googleMaps plugin Tutorial 04: Map Type |
|
Written by kksou
|
|
Thursday, 29 December 2011 |
|
This is part 4 of a series of tutorial for the googleMaps plugin.
Map Type
You can use the various map type as defined in Common Map Types.
ROADMAP displays the default road map view
SATELLITE displays Google Earth satellite images
HYBRID displays a mixture of normal and satellite views
TERRAIN displays a physical map based on terrain information
If you do not specify any map type, the default map type used is ROADMAP.
| ROADMAP | SATELLITE |
{googleMaps addr="37.4219720, -122.0841430"}
Note: default = ROADMAP |
{googleMaps addr="37.4219720, -122.0841430" maptype=SATELLITE} |
|
|
|
| HYBRID | TERRAIN |
{googleMaps addr="37.4219720, -122.0841430" maptype=TERRAIN} |
{googleMaps addr="37.4219720, -122.0841430" maptype=HYBRID} |
|
|
|
Tutorials for the googleMaps plugin
Tutorials for the googleDirections plugin
Tutorials for the googleDirections_to_here plugin
|