Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

  • MaxZoomService

Index

Constructors

Methods

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

    Parameters

    Returns Promise<MaxZoomResult>

Generated using TypeDoc