Places a marker upon the map in the desired coordinates to be used for designating points of interest or important locations.
See the ICEfaces Showcase Live Demo of this component, complete with source code.
<ace:gMap id="gMapMarker" style="width: 675px; height: 500px">
<ace:gMapMarker id="marker1" latitude="#{gMapMarkerBean.latList[0]}" longitude="#{gMapMarkerBean.longList[0]}"/>
</ace:gMap>
TagLib Documentation
This section covers attributes involved in the typical use-cases for this component.
The longitude for the marker.
The latitude for the marker.