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 Class | com.lamatek.tags.google.GoogleMapBoxTag |
| TagExtraInfo Class | None |
| Body Content | empty |
| Display Name | GoogleMapBoxTag |
| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | A page unique identifier for this box. |
| pointlist | true | true | java.lang.String | A comma separated list of <googlemaps:point> ids to use as plotting points. |
| color | false | true | java.lang.String | The hexidecimal color value for the circle (Default is #ff0000). |
| weight | false | true | int | The thickness of the line in pixels. Default is 2. |
| opacity | false | true | float | A 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.