latlong_to_place 0.0.9 copy "latlong_to_place: ^0.0.9" to clipboard
latlong_to_place: ^0.0.9 copied to clipboard

A Flutter library to fetch device LatLng via geolocator and convert it into rich PlaceInfo via the null-safe geocoding plugin.

0.0.9 #

  • FEAT: Added StaticMapProvider for generating static map image URLs (OpenStreetMap implemented).
  • FEAT: Implemented Forward Geocoding (getCoordinates) in GeocodingService.
  • FEAT: Added Search Autocomplete (searchSuggestions) with debounce logic in GeocodingService.
  • DOCS: Updated README.md and example for new static maps and forward geocoding.

0.0.8 #

  • FEAT: Added offline/cached reverse geocoding with useCache: true.
  • FEAT: Implemented batch reverse geocoding with getPlacesInfo.
  • FEAT: Introduced LocationService for smart permission handling.
  • FEAT: Added AccuracyMode for geocoding (low, medium, high).
  • FEAT: Added GeoFence helper for radius-based checks.
  • FEAT: Upgraded RouteService to support multi-stop routing.
  • FEAT: Added turn-by-turn instructions to RouteResult.
  • FIX: Corrected string formatting issues in generated files.
  • DOCS: Updated README.md and example to reflect all new features.

0.0.7 #

  • Initial release with geocoding, distance, and basic routing.
4
likes
150
points
251
downloads

Publisher

verified publisherarpitjai.com

Weekly Downloads

A Flutter library to fetch device LatLng via geolocator and convert it into rich PlaceInfo via the null-safe geocoding plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, geocoding, geolocator, http, latlong2

More

Packages that depend on latlong_to_place