Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Access by calling const {MaxZoomStatus} = await google.maps.importLibrary("maps"). See https://developers.google.com/maps/documentation/javascript/libraries.

Index

Enumeration Members

Enumeration Members

ERROR: "ERROR"

An unknown error occurred.

OK: "OK"

The response contains a valid MaxZoomResult.

Generated using TypeDoc