<thirdparty:googlemapmarker>
</...>
Add a waypoint location with a label, to the parent Google Map.
Content
text
The label for the map marker.
Attributes
address
string
Location of the marker. Can be a full street address, or just a general area like a city or suburb.
coordinates
string
Coordinates of the Marker.
Specify as "latitude, longitude"
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).