menu
mapsforge_flutter_core package
documentation
model.dart
Waypath
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Removes all points from the path.
Implementation
void clear() { _path.clear(); clearCaches(); }
mapsforge_flutter_core package
documentation
model
Waypath
clear method
Waypath class