GoogleMaps JSP Tag Library
Tag label


Allows developers to place a label (rather than a marker) on a map. This could be used to label interesting areas, etc. Labels do not accept events, and do not block events. Only works on version 2 maps.


Tag Information
Tag Classcom.lamatek.tags.google.GoogleMapLabelTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameGoogleMapLabelTag

Attributes
NameRequiredRequest-timeTypeDescription
pointtruetruejava.lang.StringThe point id that indicates where this label should point to.
contentfalsetruejava.lang.StringAllows the user to set this label's displayed content. If this attribute is used, any content between the starting and ending tag is ignored. Developer wishing to provide dynamic label contents, either through JSTL or regular expressions, should use this option.
stylefalsetruejava.lang.StringThe CSS style to apply to this label.
css_classfalsetruejava.lang.StringThe CSS class name to apply to this label.
opacityfalsetruefloatThe opacity level (0-1) for this label.
x_offsetfalsetrueintThe offset (in pixels) to move the label from it's original point. Use negative numbers to move left, positive to move right.
y_offsetfalsetrueintThe offset (in pixels) to move the label from it's original point. Use negative numbers to move up, positive to move down.

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.