A service for converting between an address and a LatLng.
LatLng
Access by calling const {Geocoder} = await google.maps.importLibrary("geocoding"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {Geocoder} = await google.maps.importLibrary("geocoding")
Geocode a request.
Generated using TypeDoc
A service for converting between an address and a
LatLng
.Access by calling
const {Geocoder} = await google.maps.importLibrary("geocoding")
. See https://developers.google.com/maps/documentation/javascript/libraries.