removeMarker method
remove marker from map of position
position
: marker position that we want to remove from the map
Implementation
Future<void> removeMarker(GeoPoint position) async {
osmBaseController.removeMarker(position);
}
remove marker from map of position
position
: marker position that we want to remove from the map
Future<void> removeMarker(GeoPoint position) async {
osmBaseController.removeMarker(position);
}