Runtime Type : ControlAdapter : GoogleMapElementAdapter

Jump to: navigation, search

Back to ControlAdapters

Contents

[edit] Key Concepts

The GoogleMapElementAdapter is required for the GoogleMap control to be minimally functional. In order for the map to display any pins or plot specific locations, you must provide connections to the latitude and longitude variables of this adapter.

[edit] Attributes and Behaviors

 

[edit] Common Uses

 

Other Notes

Inherits from: root→Object→

[edit] Adapter Nodes

[edit] Fields

string address Textual address for displaying a marker on the map. If the latitude and longitude coordinates are defined, the address field will be ignored.
string errorCode When GClientGeoCoder fails to geocode the address, we set the errorCode field to the returned GGeoStatusCode.
GMapIcon icon
An icon that specifies the images used to display a pin on a GoogleMap.
string label Text to show in the info window.
double latitude Latitude coordinates for displaying a marker on the map.
double longitude Longitude coordinates for displaying a marker on the map.

[edit] Advanced Concepts

 

[edit] See Also

Adding an Adapter
GoogleMap
GMapIcon


Log in if you would like to rate this page.
    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.