gMapLayer

Table of Contents

Overview

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.

Getting Started

    <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>

Attributes

TagLib Documentation

This section covers attributes involved in the typical use-cases for this component. For reference, the complete taglib documentation for this component is available here.

layerType The type of layer that you wish to create. Options are 'Bicycling', 'Traffic', 'Transit', 'Fusion' and 'Kml'. (Case insensitive)

Additional Notes

Multiple layers aren't supported by the Google Maps API. Only one layer type can be displayed at a time.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.