Access by calling const {RenderingType} = await google.maps.importLibrary("maps"). See https://developers.google.com/maps/documentation/javascript/libraries.
const {RenderingType} = await google.maps.importLibrary("maps")
Indicates that the map is a raster map.
Indicates that it is unknown yet whether the map is vector or raster, because the map has not finished initializing yet.
Indicates that the map is a vector map.
Generated using TypeDoc
Access by calling
const {RenderingType} = await google.maps.importLibrary("maps")
. See https://developers.google.com/maps/documentation/javascript/libraries.