GoogleMaps JSP Tag Library
Tag polyline


Allows the user to draw a polygonal line onto the Google Map. The <googlemaps:polyline> tag defines the generic attributes for the line (color, size, etc.). The <googlemaps:points> ids listed in the pointlist form the endpoints of each line segment.

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.GoogleMapPolylineTag
TagExtraInfo ClassNone
Body Contentempty
Display NameGoogleMapPolylineTag

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringA page unique identifier for this polyline.
pointlisttruetruejava.lang.StringA comma separated list of <googlemaps:point> ids to use as plotting points.
colorfalsetruejava.lang.StringThe hexadecimal color to render this line in. Default is #ff0000 (red).
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.