menu
mapsforge_flutter package
documentation
marker.dart
PathMarker<T>
addLatLong method
addLatLong method
dark_mode
light_mode
addLatLong
method
void
addLatLong
(
ILatLong
latLong
)
Implementation
void addLatLong(ILatLong latLong) { path.add(latLong); mapPath?.clear(); _zoom = -1; }
mapsforge_flutter package
documentation
marker
PathMarker<T>
addLatLong method
PathMarker class