menu
osm_path_tracker package
documentation
models/path_model.dart
PathModel
path property
path property
dark_mode
light_mode
path
property
List
<
LatLng
>
path
final
Ordered coordinates that make up the tracked path.
Implementation
final List<LatLng> path;
osm_path_tracker package
documentation
models/path_model
PathModel
path property
PathModel class