Add a waypoint location with a label, to the parent Google Map.
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') ?]).
No examples yet.