GoogleMaps JSP Tag Library
Tag maptype


Allows developers to define custom maps through a custom tile provider. The developer provides a url to a resource that can return map tiles based on x tile number, y tile number and zoom level.


Tag Information
Tag Classcom.lamatek.tags.google.GoogleMapMapTypeTag
TagExtraInfo ClassNone
Body Contentempty
Display NameGoogleMapMapTypeTag

Attributes
NameRequiredRequest-timeTypeDescription
idtruetruejava.lang.StringA unique id for this map type tag.
nametruetruejava.lang.StringThe name for this map type. The map type control button will display this value.
copyrightfalsetruejava.lang.StringLets you specify copyright information for this map type.
urlfalsetruejava.lang.StringThe url to the resource that will provide high zoom (more than half way in) tile images. If not set the default Google Map tiles for the specified map type will be displayed.
lowResUrlfalsetruejava.lang.StringThe url to the resource that will provide low zoom (more than half way out) tile images. If not set the default Google Map tiles for the specified map type will be displayed.
overlayUrlfalsetruejava.lang.StringThe url to the resource that will provide overlay tile images. This is only used if your map extends the hybrid map type. If not set, the default Google Maps overlay tiles will be presented.
maxZoomfalsetrueintDenotes the maximum zoom level your map can support. Zoom levels greater than this will result in the Default map tiles being dispayed.
minZoomfalsetrueintDenotes the mininum zoom level your map can support. Zoom levels less than this will result in the Default map tiles being dispayed.
upperLeftBoundfalsetruejava.lang.StringDenotes the point id that represents the upper left bounds of your map's coverage area.
lowerRightBoundfalsetruejava.lang.StringDenotes the point id that represents the lower right bounds of your map's coverage area.
baseTypefalsetruejava.lang.StringThe Google Maps map type that this map is based on. Valid values are map, satellite and hybrid. Default is map.
showOnStartupfalsetruebooleanIf set to true, the map will be displayed with this map type selected.
pngfalsetruebooleanSet to true if tiles for this map type are .png format. False otherwise. Default is false.

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.