location library
Classes
- KitLatLng
- A plain latitude/longitude pair, decoupled from any specific maps SDK type so KitLocation doesn't force a Google Maps dependency on apps that only need geolocation, not a map view.
- KitLocation
-
Location access wrapped around
geolocator, with permission + service-enabled checks folded into one call so callers don't have to remember the three-step dance (service enabled? permission granted? permission denied forever?) every time.