Close web map
wmclose
wmclose(wm)
wmclose all
example
wmclose closes the current web map.
wmclose(wm) closes the web map specified by wm.
wm
wmclose all closes all web maps.
collapse all
Open a web map, pause one second, and then close the web map.
webmap pause(1) wmclose
Open two web maps, pause for one second, and then close one of the web maps.
h1 = webmap; h2 = webmap('ocean basemap'); pause(1) wmclose(h1)
Open two web maps, pause for one second, and then close all the web maps.
h1 = webmap; h2 = webmap('ocean basemap'); pause(1) wmclose all
Web map, specified as a web map handle.[1] You use the webmap function to get a web map handle when you create a web map.
webmap
webmap | wmcenter | wmlimits | wmline | wmmarker | wmprint | wmremove | wmzoom
wmcenter
wmlimits
wmline
wmmarker
wmprint
wmremove
wmzoom
[1] Alignment of boundaries and region labels are a presentation of the feature provided by the data vendors and do not imply endorsement by MathWorks®.