MobileMapViewer.RemoveLocation
From Xojo Documentation
Method
MobileMapViewer.RemoveLocation(ParamArray locations As MapLocation)
New in 2020r2
Supported for all project types and targets.
New in 2020r2
Supported for all project types and targets.
Method
MobileMapViewer.RemovesLocation(locations() As MapLocation)
New in 2020r2
Supported for all project types and targets.
New in 2020r2
Supported for all project types and targets.
Removes from the map the MapLocations passed.
Notes
Specifically, the pins that represent the locations are removed.
Sample Code
Remove the location stored in MyHouse from MapViewer1:
MapViewer1.RemoveLocation(MyHouse)
See Also
MapLocation class.