Package-level declarations
Types
Provides geocoding operations:
Represents the result of a geocoding operation.
A no-op PlatformGeocoder that is used when the platform does not support geocoding.
Wrapper for platform-specific geocoding services.
Functions
Get a list of Coordinatess for a given address or null
if unsuccessful.
Get a Coordinates for a given address or null
if unsuccessful.
Create a new ForwardGeocoder using the provided PlatformGeocoder.
Create a new Geocoder instance for geocoding operations.
Geocode a Coordinates to a Place or null
if unsuccessful.
Geocode a pair of coordinates to a Place or null
if unsuccessful.
Geocode a Coordinates to a list of Places or null
if unsuccessful.
Geocode a pair of coordinates to a list of Places or null
if unsuccessful.
Create a new ReverseGeocoder using the provided PlatformGeocoder.