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 Class | com.lamatek.tags.google.GoogleMapMarkerTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | GoogleMapMarkerTag |
| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | A page specific id for this marker. |
| point | true | true | java.lang.String | The id of the <googlemaps:point> to use to place this marker. |
| draggable | false | true | boolean | Denotes 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.