GoogleMaps JSP Tag Library
Tag insert


The insert tag allows you to add an image as an overlay directly on the map. When the map is moved, the image moves. When the map is zoomed, the image zooms. It provides a simple way to provide an overlay onto a map without having to create your own tiles.


Tag Information
Tag Classcom.lamatek.tags.google.GoogleMapInsertTag
TagExtraInfo ClassNone
Body Contentempty
Display NameGoogleMapInsertTag

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringA map unique identifier for this image insert.
pointtruetruejava.lang.StringThe point id that indicates the centerpoint of where this image should be placed.
urltruetruejava.lang.StringThe url (relative or absolute) to the image file.
baseZoomtruetrueintThe base zoom level at which this image should be displayed full scale (100%).
widthtruetrueintThe full scale width of the image in pixels.
heighttruetrueintThe full scale height of the image in pixels.
mapTypesfalsetruejava.lang.StringA comma separated list of map type names in which this insert should be displayed. If none is specified then all map types are supported.

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.