Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Enumeration Members

Enumeration Members

RASTER: "RASTER"

Indicates that the map is a raster map.

UNINITIALIZED: "UNINITIALIZED"

Indicates that it is unknown yet whether the map is vector or raster, because the map has not finished initializing yet.

VECTOR: "VECTOR"

Indicates that the map is a vector map.

Generated using TypeDoc