gMapMarker

Table of Contents

Overview

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.

Getting Started

    <ace:gMap id="gMapMarker"  style="width: 675px; height: 500px">
        <ace:gMapMarker id="marker1" latitude="#{gMapMarkerBean.latList[0]}" longitude="#{gMapMarkerBean.longList[0]}"/>
    </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 longitude for the marker.

The latitude for the marker.

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

© Copyright 2021 ICEsoft Technologies Canada Corp.