Overload | Description |
---|---|
AddBookmark(MapView,String) | Creates a new bookmark using the current location and time of the map view. This method must be called on the MCT. Use QueuedTask.Run. |
AddBookmark(CIMBookmark) | Creates a new bookmark using a CIM definition of a bookmark. This method must be called on the MCT. Use QueuedTask.Run. |
AddBookmark(MapView,String,String) | Creates a new bookmark using the current location and time of the map view. This method must be called on the MCT. Use QueuedTask.Run. |