GoogleMaps JSP Tag Library
Tag polygon


Draws a closed polygon on a GoogleMap using polylines. It will plot a line between each of the points specified in the point list, and then close it back to the first point.

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.GoogleMapPolygonTag
TagExtraInfo ClassNone
Body Contentempty
Display NameGoogleMapPolygonTag

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringA page unique identifier for this box.
pointlisttruetruejava.lang.StringA comma separated list of <googlemaps:point> id's 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.