Returns the maximum zoom level for which detailed imagery is available at
a particular LatLng
for the satellite
map type.
As this request is asynchronous, you must pass a callback
function which will be executed upon completion of the request, being
passed a MaxZoomResult
.
Generated using TypeDoc
A service for obtaining the highest zoom level at which satellite imagery is available for a given location.
Access by calling
const {MaxZoomService} = await google.maps.importLibrary("maps")
. See https://developers.google.com/maps/documentation/javascript/libraries.