Runtime Type : ControlAdapter : GoogleMapAdapter
Page Status: Beta
Contents |
[edit] Key Concepts
Use the GoogleMapAdapter to specify the parameters for obtaining a Google map.
[edit] Attributes and Behaviors
[edit] Common Uses
Other Notes
Inherits from: root→Object→
[edit] Adapter Nodes
[edit] Fields
| Collection(object) directions | A collection of addresses or geocodes. Valid directions contain two or more waypoints. |
| string key | GoogleMap key obtained from http://code.google.com/apis/maps/signup.html. |
| boolean printTrigger | Shows the print button inside the Google map. We automatically create the url to Google’s directions print window while in tripMode. When not in tripMode we print the map with its current size, position and zoomLevel. |
| boolean tripMode | True if you want to show directions. |
| int32 zoomLevel | Each map also contains a zoom level, which defines the resolution of the current view. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 19 (the highest zoom level, down to individual buildings) are possible within the normal maps view. Zoom levels vary depending on where in the world you're looking, as data in some parts of the globe is more defined than in others. Zoom levels up to 20 are possible within satellite view. |
| double centerLatitude | The center position of the Map. |
| double centerLongitude | The center position of the Map. |
| double neLatitude | The north-east coordinate of the maps boundary. |
| double neLongitude | The north-east coordinate of the maps boundary. |
| double swLatitude | The south-west coordinate of the maps boundary. |
| double swLongitude | The south-west coordinate of the maps boundary. |
| string dirAlignment |
{right, [left]} – left is the default: Determines where the directions panel will show up in relation to the map. This is an initial setting and can’t be changed at runtime. |
| int32 dirProportion | Determines the size of the directions panel as a percentage of the size of the Google map. |
| string dirPolylineColor | The color of the directions polyline. |
| int32 dirPolylineWeight | The width of the polyline in pixels. |
| float dirPolylineOpacity | The opacity is given as a number between 0 and 1. The line is anti-aliased and semitransparent. |
[edit] Advanced Concepts
[edit] See Also



