menu
mappls_map_launcher package
documentation
map_launcher.dart
Waypoint
Waypoint.new constructor
Waypoint.new constructor
dark_mode
light_mode
Waypoint
constructor
Waypoint
(
double
latitude
,
double
longitude
, [
String
?
title
])
Implementation
Waypoint(double latitude, double longitude, [this.title]) : coords = Coords(latitude, longitude);
mappls_map_launcher package
documentation
map_launcher
Waypoint
Waypoint.new constructor
Waypoint class