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.