Hi, I have a mapping application where I am plotting a rectangle on a webmap. My script calls
webMapObj = webmap('World Imagery');
and brings up the appropriate map. I can click the map options to toggle the overlay layers as in this link:
I like the option for the "World Boundaries (Light Text)". I would like to be able to toggle this option from my script so that it turns on automatically without having to touch the checkbox in the GUI. However, I cannot find the commands for this. What commands can I type in the Command Window and/or my script to toggle on/off the "World Boundaries"?
Thanks!