latlong_to_place 0.0.9
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
StaticMapProviderfor generating static map image URLs (OpenStreetMap implemented). - FEAT: Implemented Forward Geocoding (
getCoordinates) inGeocodingService. - FEAT: Added Search Autocomplete (
searchSuggestions) with debounce logic inGeocodingService. - DOCS: Updated
README.mdand 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
LocationServicefor smart permission handling. - FEAT: Added
AccuracyModefor geocoding (low, medium, high). - FEAT: Added
GeoFencehelper for radius-based checks. - FEAT: Upgraded
RouteServiceto support multi-stop routing. - FEAT: Added turn-by-turn
instructionstoRouteResult. - FIX: Corrected string formatting issues in generated files.
- DOCS: Updated
README.mdand example to reflect all new features.
0.0.7 #
- Initial release with geocoding, distance, and basic routing.