GoogleMaps JSP Tag Library
Tag icon


Allows you to specify a custom icon and matching shadow for markers. This tag must be the child of a <googlemaps:marker> tag to work.

Note that the images should be .png files, 24 bits. The shadow and the icon images must line up properly from the upper left hand corner.



Tag Information
Tag Classcom.lamatek.tags.google.GoogleMapIconTag
TagExtraInfo ClassNone
Body Contentempty
Display NameGoogleMapIconTag

Attributes
NameRequiredRequest-timeTypeDescription
icontruetruejava.lang.StringURL to the icon image. This should be a PNG file, 24 bit with transparency.
shadowfalsetruejava.lang.StringURL to the shadow image. This should be a PNG file, 24 bit with transparency.
iconWidthtruetrueintThe icon image width in pixels.
iconHeighttruetrueintThe icon image height in pixels.
shadowWidthfalsetrueintThe shadow image width in pixels.
shadowHeightfalsetrueintThe shadow image height in pixels.
anchorXtruetrueintThe x location of the anchor point.
anchorYtruetrueintThe y location of the anchor point.
infoWindowAnchorXtruetrueintThe x location of the infowidnow anchor point.
infoWindowAnchorYtruetrueintThe y location of the infowindow anchor point.

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.