GoogleMaps JSP Tag Library
Tag circle


Draws a circle on a GoogleMap using Polylines using the location if the specified <googlemaps:point> as it's centerpoint.

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.GoogleMapCircleTag
TagExtraInfo ClassNone
Body Contentempty
Display NameGoogleMapCircleTag

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringA page unique identifier for this circle.
pointtruetruejava.lang.StringThe id of the <googlemaps:point> to use as the center of this circle.
radiustruetruedoubleThe radius (in miles) of the circle.
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.