Method RemoveMapOverlay
| Improve this Doc View SourceRemoveMapOverlay(string)
Causes MapManager to stop updating the MapOverlay object and removes this Manager's reference to that overlay.
Declaration
public bool RemoveMapOverlay(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the MapOverlay to be removed |
Returns
Type | Description |
---|---|
bool | True if removal was successful. False if there was an error removing the object from the internal dict. |