Allows the user to create a shape of their choosing on the map.
See the ICEfaces Showcase Live Demo of this component, complete with source code.
<ace:gMap id="gMapOverlay" style="width: 675px; height: 500px">
<ace:gMapOverlay shape="${gMapOverlayBean.shape}" points="${gMapOverlayBean.points}"/>
</ace:gMap>
TagLib Documentation
This section covers attributes involved in the typical use-cases for this component.
The name of the shape overlay you want to create. Valid entries are: 'Line', 'Polygon', 'Rectangle', 'Circle' (Case insensitive).
The points that the service is applied to. Format is (lat,long) or, for Directions and Distance only, a standard address. Separate points with ':'.