menu
Some examples demonstrating the usages of the project wicketstuff-gmap3.
With this Google Map can part of your site too.
| simple | - Simply Google Maps on Wicket. |
| simple Ajax | - Simply Google Maps on Wicket. |
| zoom limit | - Limit the min and max zoom levels of the map. |
| listen | - Listen to the map. |
| marker | - Add some marker to the map. |
| custom marker | - Custom Marker on the map. |
| refresh marker | - Refresh marker with AJAX on the map. |
| controls | - Control the map using Labels. |
| both | - Listen to and control the map. |
| marker listener | - Listen to a marker on the map. |
| more marker listener | - Listen to a marker on the map & toggle this behavior. |
| many | - How many maps do you need? |
| info | - Info Windows on the map. |
| info advanced | - Info Windows on the map. With a Wicket Panel as content |
| polygones | - Draw on the map, using polygones. |
| circles | - Draw on the map, using circles. |
| groundoverlay | - Draw on the map, using a groundoverlay. |
| geocode | - Where is that place you are looking for? |
| trigger | - Triggering events on the map |
| bounds | - Using bounds to decide the view area on the map |
| clustering | - Clustering multiple markers on a map |