This package can be used to manage Google Maps API v3 objects.
It provides several classes that wrap the functionality of Google maps.
The main maps class can set properties of a map like coordinates, zoom level and the map id element, storing them in map model object.
It uses the map Google class to create the actual map page element.
The click event triggers the placement of a marker in the clicked location. The marker will be associated to a map information window to show more details about the marked location.
The map location class can use geocoding support to determine the location of given coordinates. |