Options
All
  • Public
  • Public/Protected
  • All
Menu

Identifiers for common MapTypes. Specify these by value, or by using the constant's name. For example, 'satellite' or google.maps.MapTypeId.SATELLITE.

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

Index

Enumeration Members

HYBRID: "hybrid"

This map type displays a transparent layer of major streets on satellite images.

ROADMAP: "roadmap"

This map type displays a normal street map.

SATELLITE: "satellite"

This map type displays satellite images.

TERRAIN: "terrain"

This map type displays maps with physical features such as terrain and vegetation.

Generated using TypeDoc