Overload | Description |
---|---|
AddMapPage(MapView,Int32) | Adds a new map page to the presentation based on a map view. This method must be called on the MCT. Use QueuedTask.Run. |
AddMapPage(Map,Int32) | Adds a new map page to the presentation based on a map. This method must be called on the MCT. Use QueuedTask.Run. |
AddMapPage(Bookmark,Int32) | Adds a new map page to the presentation based on a bookmark. This method must be called on the MCT. Use QueuedTask.Run. |