menu
osm_path_tracker package
documentation
models/path_model.dart
PathModel
PathModel.new constructor
PathModel.new constructor
dark_mode
light_mode
PathModel
constructor
PathModel
(
{
required
List
<
LatLng
>
path
,
required
double
distance
,
required
DateTime
timestamp
,
})
Implementation
PathModel({ required this.path, required this.distance, required this.timestamp, });
osm_path_tracker package
documentation
models/path_model
PathModel
PathModel.new constructor
PathModel class