menu
mapsforge_flutter_core package
documentation
model.dart
Waypath
length property
length property
dark_mode
light_mode
length
property
int
get
length
The number of points in the path.
Implementation
int get length => _path.length;
mapsforge_flutter_core package
documentation
model
Waypath
length property
Waypath class