menu
nui_map package
documentation
nui_map_view.dart
NUIMapViewController
removeMarker method
removeMarker method
dark_mode
light_mode
removeMarker
method
void
removeMarker
(
String
id
)
Implementation
void removeMarker(String id){ if(_removeMarkerCallback != null) _removeMarkerCallback!(id); }
nui_map package
documentation
nui_map_view
NUIMapViewController
removeMarker method
NUIMapViewController class