ICE Components
Tag gMapMarker


This component uses the google map's GMarker API, which displays the points on the map.
To define the marker the "longitude" and the "latitude" attributes of this component can be used (e.g.)

<ice:gMap>
  <ice:gMapMarker latitude="51" longitude="-90"/>
</ice:gMap>

In addition to that the "gMapLatLng" and "gMapLatLngs" components can be used as its children (e.g.)
<ice:gMap>
    <ice:gMapMarker latitude="51" longitude="-90">
      <ice:gMapLatLng latitude="51.067591" longitude="-114.084862"/>
      <ice:gMapLatLngs value="#{gmap.points}"/>
  </ice:gMapMarker>
</ice:gMap>


Tag Information
Tag Classcom.icesoft.faces.component.gmap.GMapMarkerTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean
idfalsefalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
latitudefalsefalsejava.lang.StringNo Description
longitudefalsefalsejava.lang.StringTo
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.