gMapOverlay

Table of Contents

Overview

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.

Getting Started

    <ace:gMap id="gMapOverlay" style="width: 675px; height: 500px">
        <ace:gMapOverlay shape="${gMapOverlayBean.shape}" points="${gMapOverlayBean.points}"/>
    </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.

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 ':'.

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

© Copyright 2021 ICEsoft Technologies Canada Corp.