There was a problem contacting the Google servers.
This GeocoderRequest
was invalid.
The response contains a valid GeocoderResponse
.
The webpage has gone over the requests limit in too short a period of time.
The webpage is not allowed to use the geocoder.
A geocoding request could not be processed due to a server error. The request may succeed if you try again.
No result was found for this GeocoderRequest
.
Generated using TypeDoc
The status returned by the
Geocoder
on the completion of a call togeocode()
. Specify these by value, or by using the constant's name. For example,'OK'
orgoogle.maps.GeocoderStatus.OK
.Access by calling
const {GeocoderStatus} = await google.maps.importLibrary("geocoding")
. See https://developers.google.com/maps/documentation/javascript/libraries.