Package | Description |
---|---|
org.wicketstuff.gmap |
This package contains wicket gmap3 implementation.
|
org.wicketstuff.gmap.api |
Modifier and Type | Method and Description |
---|---|
List<GOverlay> |
GOverlayContainer.getOverlays() |
List<GOverlay> |
GMap.getOverlays() |
Modifier and Type | Method and Description |
---|---|
GOverlayContainer |
GOverlayContainer.addOverlay(GOverlay child)
Adds a child component to this container.
|
GMap |
GMap.addOverlay(GOverlay overlay)
Add an overlay.
|
GOverlayContainer |
GOverlayContainer.removeOverlay(GOverlay overlay)
Remove an overlay.
|
GMap |
GMap.removeOverlay(GOverlay overlay)
Remove an overlay.
|
Modifier and Type | Method and Description |
---|---|
void |
GMap.setOverlays(List<GOverlay> overlays) |
Modifier and Type | Class and Description |
---|---|
class |
GCircle
Represents an Google Maps API's
Circle.
Following events can be attached to this overlay: center_changed click dblckick dragend dragstart mousedown mousemove mouseout mouseover mouseup radius_changed rightclick |
class |
GGroundOverlay |
class |
GInfoWindow
Represents an Google Maps API's GInfoWindow.
|
class |
GMarker
Represents an Google Maps API's GMarker.
|
class |
GPolygon
Represents an Google Maps API's GPolygon.
|
class |
GPolyline
Represents an Google Maps API's GPolyline.
|
class |
GRectangle
Represents an Google Maps API's
Rectangle.
Following events can be attached to this overlay: bounds_changed click dblckick dragend dragstart mousedown mousemove mouseout mouseover mouseup rightclick |
Modifier and Type | Method and Description |
---|---|
GOverlay |
GOverlay.addFunctionListener(GEvent event,
String jsFunction)
Add a none Ajax Event.
|
GOverlay |
GOverlay.addListener(GEvent event,
GEventHandler handler) |
GOverlay |
GOverlay.clearListeners(GEvent event)
Clear listeners.
|
Modifier and Type | Method and Description |
---|---|
String |
GEvent.getJSadd(GOverlay overlay) |
String |
GEvent.getJSadd(GOverlay overlay,
String function) |
String |
GEvent.getJSclear(GOverlay overlay) |
Copyright © 2015. All rights reserved.