<thirdparty:googlemapmarker>
AJAX
Data
Forms
Layout
Logic
Navigation
Personalisation
Standard
Templates
Regions
Third Party
ATTRIBUTES

<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"
icon
string
Icon
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') ?]).
title
string
Title

Examples

No examples yet.