Geocoder
Provides geocoding operations:
Convert an address to a latitude and longitude (forward geocoding)
Convert a latitude and longitude to an address (reverse geocoding)
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.
Get a list of Coordinatess for a given address.
Check if the geocoder is available.
Get a list of Coordinatess for a given address.
Geocode a Coordinates to a Place or null
if unsuccessful.
Geocode a pair of coordinates to a Place or null
if unsuccessful.
Get the address for a given Coordinates.
Get the address for a given latitude and longitude.
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.
Get the address for a given Coordinates.
Get the address for a given latitude and longitude.