Google Map - Simple Example
Sensor: The sensor parameter is required & it indicates whether this application uses a sensor (such as a GPS locator) to determine the user's location. Set this value to either true or false.
Zoom: The zoom property specifies the initial zoom level for the map. zoom: 0 shows a map of the Earth fully zoomed out. Higher zoom levels zoom in at a higher resolution.
MapTypeId: The mapTypeId property specifies the initial map type to display.
The following map types are supported:
Sensor: The sensor parameter is required & it indicates whether this application uses a sensor (such as a GPS locator) to determine the user's location. Set this value to either true or false.
Zoom: The zoom property specifies the initial zoom level for the map. zoom: 0 shows a map of the Earth fully zoomed out. Higher zoom levels zoom in at a higher resolution.
MapTypeId: The mapTypeId property specifies the initial map type to display.
The following map types are supported:
- ROADMAP (normal, default 2D map)
- SATELLITE (Photographic map)
- HYBRID (Photographic map + roads and City)
- TERRAIN