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
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
.