menu
flutter_google_location_picker package
documentation
model/lat_lng_model.dart
LatLong
LatLong constructor
LatLong constructor
dark_mode
light_mode
LatLong
constructor
LatLong
(
{
required
double
latitude
,
required
double
longitude
,
})
Implementation
LatLong({required this.latitude, required this.longitude});
flutter_google_location_picker package
documentation
model/lat_lng_model
LatLong
LatLong constructor
LatLong class