geocoder_pro
library
Classes
-
BaseGeocoder
-
Abstract contract for all geocoding providers in
geocoder_pro.
-
GeoAddressComponent
-
Represents a single address component returned from a geocoding service.
-
GeoBounds
-
Represents a rectangular geographic bounding box defined by northeast and southwest coordinates.
-
GeocodeResponse
-
Represents a standardized geocoding response holding results and metadata.
-
GeocoderPro
-
Main entry point for geocoding operations in Flutter.
-
GeoCoordinates
-
Represents geographical coordinates with latitude and longitude.
-
GeoData
-
A comprehensive data model class representing geographical location information.
-
GeoUtils
-
Comprehensive utility class for spatial, distance, and geocoding helper functions.
-
GoogleGeocoder
-
Geocoding provider using the official Google Maps Geocoding API.
-
NominatimGeocoder
-
Geocoding provider using the free OpenStreetMap Nominatim API (no API key required).