Neueste Web-Entwicklung Tutorials
 

Google Maps API mapTypeId Property

<MapOption Object

Beispiel

Geben Sie welche Art von Karte angezeigt werden soll:

mapTypeId:google.maps.MapTypeId.ROADMAP
Versuch es selber "

Definition und Verwendung

Die mapTypeId gibt an, welche Art von Karte anzuzeigen.


Syntax

MapTypeId.CONSTANT

Konstanten von mapTypeId

Konstante Beschreibung
HYBRID Zeigt eine fotografische Karte + Straßen und Ortsnamen
ROADMAP Zeigt eine normal, Standard 2D-Karte
SATELLITE Zeigt eine Fotokarte
TERRAIN Zeigt eine Karte mit Bergen, Flüssen usw.

<MapOption Object