Activates a layer on the parent gMap that's designed to provide an alternative visual, such as displaying bike paths, traffic, or third-party KML data.
See the ICEfaces Showcase Live Demo of this component, complete with source code.
<ace:gMap id="gMapLayer" style="width: 675px; height: 500px" zoomLevel="16" latitude="${gMapLayerBean.lat}" longitude="${gMapLayerBean.lon}">
<ace:gMapLayer id="BikeLayer" layerType="Bicycling" visible="${gMapLayerBean.bikeLayer}"/>
</ace:gMap>
TagLib Documentation
This section covers attributes involved in the typical use-cases for this component.
layerType The type of layer that you wish to create. Options are 'Bicycling', 'Traffic', 'Transit', 'Fusion' and 'Kml'. (Case insensitive)
Multiple layers aren't supported by the Google Maps API. Only one layer type can be displayed at a time.