The status returned by the MaxZoomService on the completion of a call to getMaxZoomAtLatLng(). Specify these by value, or by using the constant's name. For example, 'OK' or google.maps.MaxZoomStatus.OK.
MaxZoomService
getMaxZoomAtLatLng()
'OK'
google.maps.MaxZoomStatus.OK
Access by calling const {MaxZoomStatus} = await google.maps.importLibrary("maps"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {MaxZoomStatus} = await google.maps.importLibrary("maps")
An unknown error occurred.
The response contains a valid MaxZoomResult.
MaxZoomResult
Generated using TypeDoc
The status returned by the
MaxZoomService
on the completion of a call togetMaxZoomAtLatLng()
. Specify these by value, or by using the constant's name. For example,'OK'
orgoogle.maps.MaxZoomStatus.OK
.Access by calling
const {MaxZoomStatus} = await google.maps.importLibrary("maps")
. See https://developers.google.com/maps/documentation/javascript/libraries.