Package | Description |
---|---|
org.wicketstuff.gmap |
This package contains wicket gmap3 implementation.
|
org.wicketstuff.gmap.api | |
org.wicketstuff.gmap.event | |
org.wicketstuff.gmap.geocoder |
Modifier and Type | Class and Description |
---|---|
class |
GMapStateless
A stateless version of the GMap component.
|
Modifier and Type | Method and Description |
---|---|
GMap |
GMap.addOverlay(GOverlay overlay)
Add an overlay.
|
GMap |
GMap.removeAllOverlays()
Clear all overlays.
|
GMap |
GMap.removeOverlay(GOverlay overlay)
Remove an overlay.
|
Modifier and Type | Method and Description |
---|---|
GMap |
GMarkerOptions.getGmap() |
GMap |
GOverlay.getParent() |
Modifier and Type | Method and Description |
---|---|
String |
GMapType.getJSsetMapType(GMap map) |
void |
GOverlay.setParent(GMap parent) |
Constructor and Description |
---|
GMarkerCluster(GMap map) |
GMarkerCluster(GMap map,
GMarkerClusterOptions options) |
GMarkerOptions(GMap gmap,
GLatLng latLng) |
GMarkerOptions(GMap gmap,
GLatLng latLng,
String title) |
GMarkerOptions(GMap gmap,
GLatLng latLng,
String title,
GIcon icon) |
Modifier and Type | Method and Description |
---|---|
protected GMap |
GEventListenerBehavior.getGMap() |
Modifier and Type | Method and Description |
---|---|
void |
Geocoder.centerAndFitZoomForAdress(GMap map,
String address)
Convenience method to center and fit the zoom for an address, on the given map.
|
Copyright © 2015. All rights reserved.