GoogleMaps JSP Tag Library
Tag marker


Adds a marker to the google map. A <googlemaps:map> tag can have any number of marker tags.

The marker may contain child <googlemaps:infowindow> tags.



Tag Information
Tag Classcom.lamatek.tags.google.GoogleMapMarkerTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameGoogleMapMarkerTag

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringA page specific id for this marker.
pointtruetruejava.lang.StringThe id of the <googlemaps:point> to use to place this marker.
draggablefalsetruebooleanDenotes whether or not this marker should be draggable. Default is false.

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.