services/geo library

Classes

Address
BusinessInfo
Geo
LatLng
A pair of latitude and longitude coordinates, stored as degrees.
LocationInfo

Constants

earthRadius → const int
googleMapsBaseUri → const String

Properties

geo Geo
Singleton access to geo location services
final

Functions

distance(LatLng locationX, LatLng locationY) → dynamic
Measure distance between two LatLngInfo coords
showOnMap(BuildContext context, LatLng location, String? title) → dynamic