|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GMap | |
|---|---|
| org.wicketstuff.gmap | This package contains wicket gmap3 implementation. |
| org.wicketstuff.gmap.api | |
| org.wicketstuff.gmap.event | |
| Uses of GMap in org.wicketstuff.gmap |
|---|
| Subclasses of GMap in org.wicketstuff.gmap | |
|---|---|
class |
GMapStateless
A stateless version of the GMap component. |
| Methods in org.wicketstuff.gmap that return GMap | |
|---|---|
GMap |
GMap.addOverlay(GOverlay overlay)
Add an overlay. |
GMap |
GMap.removeAllOverlays()
Clear all overlays. |
GMap |
GMap.removeOverlay(GOverlay overlay)
Remove an overlay. |
| Uses of GMap in org.wicketstuff.gmap.api |
|---|
| Methods in org.wicketstuff.gmap.api that return GMap | |
|---|---|
GMap |
GMarkerOptions.getGmap()
|
GMap |
GOverlay.getParent()
|
| Methods in org.wicketstuff.gmap.api with parameters of type GMap | |
|---|---|
String |
GMapType.getJSsetMapType(GMap map)
|
void |
GOverlay.setParent(GMap parent)
|
| Constructors in org.wicketstuff.gmap.api with parameters of type GMap | |
|---|---|
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,
GIcon shadow)
|
|
| Uses of GMap in org.wicketstuff.gmap.event |
|---|
| Methods in org.wicketstuff.gmap.event that return GMap | |
|---|---|
protected GMap |
GEventListenerBehavior.getGMap()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||