Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.21 KB

MaxZoomService.md

File metadata and controls

33 lines (18 loc) · 1.21 KB

See html formatted version

MaxZoomService class

google.maps.MaxZoomService class

A service for obtaining the highest zoom level at which satellite imagery is available for a given location.

Constructor

undefined

MaxZoomService()

Parameters:  None

Creates a new instance of a MaxZoomService that can be used to send queries about the maximum zoom level available for satellite imagery.

Methods

undefined

getMaxZoomAtLatLng(latlng, callback)

Parameters: 

Return Value:  None

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.