Package com.lamatek.tags.google

This package contains all the classes for the GoogleMaps JSP Taglibrary tags.

See:
          Description

Interface Summary
GoogleMapEventHandler GoogleMapEventHandler This interface defines the behaviour of classes that receive GoogleMaps events.
GoogleMapEventListener GoogleMapEventListener This method is implemented in all tags that can handle events.
InfoWindow  
 

Class Summary
GoogleMapBlowupTag  
GoogleMapBodyTag GoogleMapBodyTag This tag corresponds to the body contents of the GoogleMapTag.
GoogleMapBoxTag GoogleMapBoxTag This class represents a <googlemaps:box> tag.
GoogleMapCircleTag GoogleMapCircleTag This class represents a <googlemaps:circle> tag.
GoogleMapClusterTag GoogleMapClusterTag This tag represents a <googlemaps:cluster> tag and allows developers to groups icons together into clusters, that expand as the user zooms in on them.
GoogleMapCoordinatesTag GoogleMapCoordinatesTag This class represents a <googlemaps:coordinates> tag.
GoogleMapDivTag GoogleMapDivTag This tag generates the <div> component that represents the physical map in the JSP page.
GoogleMapEventTag GoogleMapEventTag This class represents a <googlemaps:event> tag.
GoogleMapIconTag GoogleMapIconTag This class represents a <googlemaps:icon> tag.
GoogleMapImageOverlayTag  
GoogleMapInfoWindowTabbedTag GoogleMapInfoWindowTabbedTag This tag represents a <googlemaps:tabbedInfoWindow> tag.
GoogleMapInfoWindowTag GoogleMapInfoWindowTag This class represents a <googlemaps:infowindow> tag.
GoogleMapInitializeTag GoogleMapInitializeTag This tag represents a <googlemaps:initialize> tag.
GoogleMapInsertTag GoogleMapInsertTag Represents a <googlemaps:insert> tag, which attaches a pannable, zoomable image to the map.
GoogleMapJavascriptTag GoogleMapJavascriptTag This tag represents a <googlemaps:javascript> tag.
GoogleMapKeyTag GoogleMapKeyTag This tag represents a <googlemaps:key> tag.
GoogleMapLabelTag GoogleMapLabelTag Represents a <googlemaps:label> tag.
GoogleMapMapTypeTag GoogleMapMapTypeTag This class represents a <googlemaps:maptype> tag.
GoogleMapMarkerTag GoogleMapMarkerTag This class represents a <googlemaps:marker> tag.
GoogleMapMessageTag GoogleMapBodyTag This tag corresponds to the <googlemaps:message> tag.
GoogleMapOverviewTag GoogleMapOverviewTag This class represents a <googlemaps:overviewControl> tag.
GoogleMapPanControlTag GoogleMapPanControlTag This class represents a <googlemaps:panControl> tag.
GoogleMapPointTag GoogleMapPointTag This class represents a <googlemaps;point> tag.
GoogleMapPolygonTag GoogleMapPolygonTag This class represents a <googlemaps;polygon> tag.
GoogleMapPolylineTag GoogleMapPolylineTag This class represents a <googlemaps;polyline> tag.
GoogleMapScaleControlTag GoogleMapScaleControlTag This class represents a <googlemaps;scaleControl> tag.
GoogleMapScriptTag GoogleMapScriptTag This class represents a <googlemaps;scriptt> tag.
GoogleMapTabTag GoogleMapTabTag This tag represents a <googlemaps:tab> tag, which is a child to <googlemaps:tabbedInfoWindow> tag.
GoogleMapTag GoogleMapTag This class represents a <googlemaps;map> tag.
GoogleMapTrafficTag GoogleMapTrafficTag This class represents a <googlemaps:traffic> tag.
GoogleMapTypeControlTag GoogleMapTypeControlTag This class represents a <googlemaps;typeControl> tag.
GoogleMapWheelControlTag GoogleMapWheelControlTag This class represents a <googlemaps;wheelControl> tag.
GoogleMapWMSTag GoogleMapWMSTag Represents a <googlemaps:wms> tag.
GoogleMapZoomControlTag GoogleMapZoomControlTag This class represents a <googlemaps;zoomControl> tag.
 

Package com.lamatek.tags.google Description

This package contains all the classes for the GoogleMaps JSP Taglibrary tags. Developers should never need to override this classes or any of their methods, however they will need to access many of them when using the library's event processing capabilities.

Typically this class-level access is to perform advanced functionality like dynamically adding or removing overlays (like markers, boxes, circles, polylines, etc.).

When using the event capabilities of this package, developers should create subclasses of either the com.lamatek.beans.google.DefaultEventListenerBean or com.lamatek.servlets.google.DefaultEventListenerservlet, providing this subclass as the url attribute of the <googlemaps:event> tags.