GoogleMaps JSP Tag Library
Tag box


Draws a box on a GoogleMap using polylines. The pointlist must contain two points (additional points will be ignored) that will serve as the opposing corners of the box.

Due to a problem in Internet Explorer, it is imperative that you use the following HTML tag in any page that uses the GoogleMaps API and Polylines in Internet Explorer:

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">



Tag Information
Tag Classcom.lamatek.tags.google.GoogleMapBoxTag
TagExtraInfo ClassNone
Body Contentempty
Display NameGoogleMapBoxTag

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringA page unique identifier for this box.
pointlisttruetruejava.lang.StringA comma separated list of <googlemaps:point> ids to use as plotting points.
colorfalsetruejava.lang.StringThe hexidecimal color value for the circle (Default is #ff0000).
weightfalsetrueintThe thickness of the line in pixels. Default is 2.
opacityfalsetruefloatA float between 0 and 1 for opacity. A value of .50 would result in a 50% opaque line. Default is .50.

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.