A B C D E F G H I L M N O P R S T U V W Z 
All Classes All Packages

A

add(Object) - Method in class org.wicketstuff.gmap.js.Array
 
add(Object) - Method in class org.wicketstuff.gmap.js.Constructor
 
addFunctionListener(GEvent, String) - Method in class org.wicketstuff.gmap.api.GOverlay
Add a none Ajax Event.
addListener(GEvent, GEventHandler) - Method in class org.wicketstuff.gmap.api.GOverlay
 
addOverlay(GOverlay) - Method in class org.wicketstuff.gmap.GMap
Add an overlay.
addOverlay(GOverlay) - Method in interface org.wicketstuff.gmap.GOverlayContainer
Adds a child component to this container.
addString(Object) - Method in class org.wicketstuff.gmap.js.Constructor
 
Array - Class in org.wicketstuff.gmap.js
 
Array() - Constructor for class org.wicketstuff.gmap.js.Array
 

B

BOUNCE - org.wicketstuff.gmap.api.GAnimation
Marker bounces until animation is stopped.
bounds_changed - org.wicketstuff.gmap.api.GEvent
 

C

center_changed - org.wicketstuff.gmap.api.GEvent
 
centerAndFitZoomForAdress(GMap, String) - Method in class org.wicketstuff.gmap.geocoder.Geocoder
Convenience method to center and fit the zoom for an address, on the given map.
clearListeners(GEvent) - Method in class org.wicketstuff.gmap.api.GOverlay
Clear listeners.
click - org.wicketstuff.gmap.api.GEvent
 
clickable(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
ClickListener - Class in org.wicketstuff.gmap.event
This event is fired when the user clicks on the map (but not when they click on a marker or infowindow).
ClickListener() - Constructor for class org.wicketstuff.gmap.event.ClickListener
 
clone() - Method in class org.wicketstuff.gmap.api.GIcon
 
clone() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
close() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
closeclick - org.wicketstuff.gmap.api.GEvent
 
Constructor - Class in org.wicketstuff.gmap.js
 
Constructor(String) - Constructor for class org.wicketstuff.gmap.js.Constructor
 
content_changed - org.wicketstuff.gmap.api.GEvent
 

D

dblclick - org.wicketstuff.gmap.api.GEvent
 
DblClickListener - Class in org.wicketstuff.gmap.event
See "dblclick" in the event section of GMap.
DblClickListener() - Constructor for class org.wicketstuff.gmap.event.DblClickListener
 
decode(String) - Method in class org.wicketstuff.gmap.geocoder.Geocoder
Decode an response of an geocoder request to POJOs.
Following the successful mapping from JSON to POJO
all hits are available in Geocoder.geocoderResult
domready - org.wicketstuff.gmap.api.GEvent
 
drag - org.wicketstuff.gmap.api.GEvent
 
dragend - org.wicketstuff.gmap.api.GEvent
 
DragEndListener - Class in org.wicketstuff.gmap.event
See "dragend" in the event section of google.maps.Map class.
DragEndListener() - Constructor for class org.wicketstuff.gmap.event.DragEndListener
 
draggable(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
DragListener - Class in org.wicketstuff.gmap.event
See "drag" in the event section of google.maps.Map class .
DragListener() - Constructor for class org.wicketstuff.gmap.event.DragListener
 
dragstart - org.wicketstuff.gmap.api.GEvent
 
DragStartListener - Class in org.wicketstuff.gmap.event
See "dragstart" in the event section of google.maps.Map class.
DragStartListener() - Constructor for class org.wicketstuff.gmap.event.DragStartListener
 
DROP - org.wicketstuff.gmap.api.GAnimation
Marker falls from the top of the map ending with a small bounce.

E

encode(String) - Method in class org.wicketstuff.gmap.geocoder.Geocoder
builds the google geo-coding url
equals(Object) - Method in class org.wicketstuff.gmap.api.GLatLng
 
equals(Object) - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
equals(Object) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
equals(Object) - Method in class org.wicketstuff.gmap.api.GPoint
 
equals(Object) - Method in class org.wicketstuff.gmap.api.GSize
 

F

fitMarkers(List<GLatLng>) - Method in class org.wicketstuff.gmap.GMap
 
fitMarkers(List<GLatLng>, boolean) - Method in class org.wicketstuff.gmap.GMap
 
fitMarkers(List<GLatLng>, boolean, double) - Method in class org.wicketstuff.gmap.GMap
Makes the map zoom out and centre around all the GLatLng points in markersToShow.

G

GAnimation - Enum in org.wicketstuff.gmap.api
Represents an Google Maps API's Animation.
GCircle - Class in org.wicketstuff.gmap.api
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
GCircle(GLatLng, double, String, int, float, String, float) - Constructor for class org.wicketstuff.gmap.api.GCircle
 
GClientGeocoder - Class in org.wicketstuff.gmap.api
 
GClientGeocoder(String, TextField<?>, String, String) - Constructor for class org.wicketstuff.gmap.api.GClientGeocoder
Construct.
GClientGeocoder(String, TextField<?>, Duration, String, String) - Constructor for class org.wicketstuff.gmap.api.GClientGeocoder
 
geocode(String) - Method in class org.wicketstuff.gmap.geocoder.Geocoder
Invoke a geocoder request to the GoogleMaps API.
Only return the first element of Geocoder.geocoderResult to be backward compatible.
After successful call of Geocoder.geocode(String) you can get all results from Geocoder.geocoderResult
Geocoder - Class in org.wicketstuff.gmap.geocoder
Geocoder.
Geocoder(ObjectMapper, String) - Constructor for class org.wicketstuff.gmap.geocoder.Geocoder
Configuration Constructor.
If you have to customize the default ObjectMapper
Geocoder(String) - Constructor for class org.wicketstuff.gmap.geocoder.Geocoder
Default Constructor.
Create an ObjectMapper.
The ObjectMapper ignores unknown properties when mapping from JSON to POJO.
Use Geocoder(com.fasterxml.jackson.databind.ObjectMapper, java.lang.String) to customize
GeocoderAddress - Class in org.wicketstuff.gmap.geocoder.pojos
POJO for an entity in Google geocoders address_components Array
GeocoderAddress() - Constructor for class org.wicketstuff.gmap.geocoder.pojos.GeocoderAddress
 
GeocoderException - Exception in org.wicketstuff.gmap.geocoder
 
GeocoderException(GeocoderStatus) - Constructor for exception org.wicketstuff.gmap.geocoder.GeocoderException
 
GeocoderGeometry - Class in org.wicketstuff.gmap.geocoder.pojos
Equivalent POJO for the google geometry JSON-Object of a geocoder request
GeocoderGeometry() - Constructor for class org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry
 
GeocoderResult - Class in org.wicketstuff.gmap.geocoder.pojos
GeocoderResult is the Resultset of the Google Geocode Request.
This class encapsulates the full result of one geocoder request.
GeocoderResult() - Constructor for class org.wicketstuff.gmap.geocoder.pojos.GeocoderResult
 
GeocoderResultData - Class in org.wicketstuff.gmap.geocoder.pojos
The GeocoderResultData is equivalent POJO to Googles Results as JSON Object.
See also the documentation of Google.
Google Geocoder Result Documentation
Note:
The most documentation in this class a have been adopted by Google documentation.
Say thank you to Google!
GeocoderResultData() - Constructor for class org.wicketstuff.gmap.geocoder.pojos.GeocoderResultData
 
GeocoderStatus - Enum in org.wicketstuff.gmap.geocoder
Possible values of return status field.
getAddressComponents() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResultData
Get an array containing the separate address components
getAnchor() - Method in class org.wicketstuff.gmap.api.GIcon
 
getAnchor() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getAnimation() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getArguments() - Method in class org.wicketstuff.gmap.api.GLatLng
 
getBackgroundPosition() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getBounds() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry
 
getBounds() - Method in class org.wicketstuff.gmap.GMap
 
getCallbackScript() - Method in class org.wicketstuff.gmap.api.GClientGeocoder
 
getCenter() - Method in class org.wicketstuff.gmap.GMap
 
getContent() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getCursor() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getDependencies() - Method in class org.wicketstuff.gmap.WicketGMapJsReference
 
getDisableAutoPan() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getEvent() - Method in class org.wicketstuff.gmap.event.ClickListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.DblClickListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.DragEndListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.DragListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.DragStartListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
See: Event table after google.maps.Map class.
getEvent() - Method in class org.wicketstuff.gmap.event.LoadListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.MapTypeChangedListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.ZoomChangedListener
 
getFormattedAdress() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResultData
Get the human-readable address of this location
getFunctionListeners() - Method in class org.wicketstuff.gmap.api.GOverlay
Return all registered Listeners.
getGecoderResult() - Method in class org.wicketstuff.gmap.geocoder.Geocoder
Get the Result of the last geocoder Request
getGeometry() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResultData
 
getGmap() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getGMap() - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
getGridSize() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getHeight() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getHeight() - Method in class org.wicketstuff.gmap.api.GSize
 
getIcon() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getId() - Method in class org.wicketstuff.gmap.api.GIcon
 
getId() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getJS() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getJSadd(GOverlay) - Method in enum org.wicketstuff.gmap.api.GEvent
 
getJSadd(GOverlay, String) - Method in enum org.wicketstuff.gmap.api.GEvent
 
getJSaddListener() - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
getJSaddListener() - Method in class org.wicketstuff.gmap.event.LoadListener
 
getJSclear(GOverlay) - Method in enum org.wicketstuff.gmap.api.GEvent
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GCircle
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GGroundOverlay
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GIcon
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GLatLng
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarker
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarkerCluster
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GOverlay
Implement the needed JavaScript constructor for the corresponding JavaScript object.
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GPoint
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GPolygon
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GPolyline
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GRectangle
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GSize
 
getJSconstructor() - Method in interface org.wicketstuff.gmap.api.GValue
 
getJSFitMarkers(List<GLatLng>) - Method in class org.wicketstuff.gmap.GMap
 
getJSinit() - Method in class org.wicketstuff.gmap.GMap
Generates the JavaScript used to instantiate this GMap3 as an JavaScript class on the client side.
getJSinit() - Method in class org.wicketstuff.gmap.GMap.OverlayListener
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.PanDirectionBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.SetCenterBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.SetMapTypeBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.SetZoomBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.ZoomInBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.ZoomOutBehavior
 
getJSinvoke(String) - Method in class org.wicketstuff.gmap.GMap
Convenience method for generating a JavaScript call on this GMap with the given invocation.
getJsReference() - Method in class org.wicketstuff.gmap.GMap
Build a reference in JS-Scope.
getJSremove() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getJSsetMapType(GMap) - Method in enum org.wicketstuff.gmap.api.GMapType
 
getLat() - Method in class org.wicketstuff.gmap.api.GLatLng
 
getLatitude() - Method in class org.wicketstuff.gmap.api.GPoint
 
getLatLng() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getLatLng() - Method in class org.wicketstuff.gmap.api.GMarker
 
getLatLng() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getListeners() - Method in class org.wicketstuff.gmap.api.GOverlay
Return all registered Listeners.
getLng() - Method in class org.wicketstuff.gmap.api.GLatLng
 
getLocation() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry
 
getLocation_type() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry
 
getLongitude() - Method in class org.wicketstuff.gmap.api.GPoint
 
getLongName() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderAddress
 
getMapId() - Method in class org.wicketstuff.gmap.GMap
 
getMapType() - Method in class org.wicketstuff.gmap.GMap
 
getMarkerOptions() - Method in class org.wicketstuff.gmap.api.GMarker
 
getMaxWidth() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getMaxZoom() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getMaxZoom() - Method in class org.wicketstuff.gmap.GMap
 
getMinimumClusterSize() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getMinZoom() - Method in class org.wicketstuff.gmap.GMap
 
getNE() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
getNortheast() - Method in class org.wicketstuff.gmap.geocoder.pojos.NortheastSoutwestInfo
 
getOrigin() - Method in class org.wicketstuff.gmap.api.GIcon
 
getOverlayListener() - Method in class org.wicketstuff.gmap.GMap
 
getOverlayListener() - Method in class org.wicketstuff.gmap.GMapStateless
 
getOverlays() - Method in class org.wicketstuff.gmap.GMap
 
getOverlays() - Method in interface org.wicketstuff.gmap.GOverlayContainer
 
getPage() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getParent() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getResults() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResult
Get all GeocoderResultData of a geocoder request
getScaledSize() - Method in class org.wicketstuff.gmap.api.GIcon
 
getShortName() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderAddress
Get the full text description or name of the address component
getSize() - Method in class org.wicketstuff.gmap.api.GIcon
 
getSouthwest() - Method in class org.wicketstuff.gmap.geocoder.pojos.NortheastSoutwestInfo
 
getStatelessHint() - Method in class org.wicketstuff.gmap.GMapStateless
 
getStatelessHint(Component) - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
getStatelessHint(Component) - Method in class org.wicketstuff.gmap.StatelessGMapHeaderContributor
 
getStatus() - Method in exception org.wicketstuff.gmap.geocoder.GeocoderException
 
getStatus() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResult
Return the status of a geocoder request
getStyles() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getSW() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
getTextColor() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getTextSize() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getTitle() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getTriggerEventScript(String) - Method in class org.wicketstuff.gmap.GMap
Returns the script for triggering an event on map.
getTriggerResizeScript() - Method in class org.wicketstuff.gmap.GMap
 
getTypes() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderAddress
Get an array that indicating the type of the address component.
getTypes() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResultData
Get zero or more tags identifying the type of feature
getUrl() - Method in class org.wicketstuff.gmap.api.GIcon
 
getUrl() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getViewport() - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry
 
getWidth() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getWidth() - Method in class org.wicketstuff.gmap.api.GSize
 
getzIndex() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getZoom() - Method in class org.wicketstuff.gmap.GMap
 
GEvent - Enum in org.wicketstuff.gmap.api
An enumeration of all supported events by Google Maps v3 Taken from Map Events
GEventHandler - Class in org.wicketstuff.gmap.api
 
GEventHandler() - Constructor for class org.wicketstuff.gmap.api.GEventHandler
 
GEventListenerBehavior - Class in org.wicketstuff.gmap.event
 
GEventListenerBehavior() - Constructor for class org.wicketstuff.gmap.event.GEventListenerBehavior
 
GGroundOverlay - Class in org.wicketstuff.gmap.api
 
GGroundOverlay(String, GLatLngBounds) - Constructor for class org.wicketstuff.gmap.api.GGroundOverlay
 
GIcon - Class in org.wicketstuff.gmap.api
http://code.google.com/apis/maps/documentation/javascript/reference.html# MarkerImage
GIcon() - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GIcon(char) - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GIcon(String) - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GIcon(String, GSize, GPoint) - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GIcon(String, GSize, GPoint, GPoint, GSize) - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GInfoWindow - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GInfoWindow.
GInfoWindow(GLatLng, String) - Constructor for class org.wicketstuff.gmap.api.GInfoWindow
Constructor.
GInfoWindow(GLatLng, Component) - Constructor for class org.wicketstuff.gmap.api.GInfoWindow
Constructor.
GLatLng - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's LatLng.
GLatLng(double, double) - Constructor for class org.wicketstuff.gmap.api.GLatLng
Construct.
GLatLng(double, double, boolean) - Constructor for class org.wicketstuff.gmap.api.GLatLng
Construct.
GLatLngBounds - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GLatLngBounds.
GLatLngBounds(GLatLng, GLatLng) - Constructor for class org.wicketstuff.gmap.api.GLatLngBounds
Construct.
GMap - Class in org.wicketstuff.gmap
Wicket component to embed Google Maps into your pages.
GMap(String, String) - Constructor for class org.wicketstuff.gmap.GMap
Constructor.
GMap(String, String, String) - Constructor for class org.wicketstuff.gmap.GMap
Constructor.
GMap(String, GMapHeaderContributor) - Constructor for class org.wicketstuff.gmap.GMap
Construct.
GMap.OverlayListener - Class in org.wicketstuff.gmap
 
GMap.PanDirectionBehavior - Class in org.wicketstuff.gmap
 
GMap.SetCenterBehavior - Class in org.wicketstuff.gmap
 
GMap.SetMapTypeBehavior - Class in org.wicketstuff.gmap
 
GMap.SetZoomBehavior - Class in org.wicketstuff.gmap
 
GMap.ZoomInBehavior - Class in org.wicketstuff.gmap
 
GMap.ZoomOutBehavior - Class in org.wicketstuff.gmap
 
GMapHeaderContributor - Class in org.wicketstuff.gmap
 
GMapHeaderContributor(String, String) - Constructor for class org.wicketstuff.gmap.GMapHeaderContributor
 
GMapMarkerClustererHeaderContributor - Class in org.wicketstuff.gmap
Header contributor for marker clusterer file
GMapMarkerClustererHeaderContributor() - Constructor for class org.wicketstuff.gmap.GMapMarkerClustererHeaderContributor
Constructor.
GMapStateless - Class in org.wicketstuff.gmap
A stateless version of the GMap component.
GMapStateless(String, StatelessGMapHeaderContributor) - Constructor for class org.wicketstuff.gmap.GMapStateless
 
GMapType - Enum in org.wicketstuff.gmap.api
Represents an Google Maps API's GMapType.
GMarker - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GMarker.
GMarker(String, GMarkerOptions) - Constructor for class org.wicketstuff.gmap.api.GMarker
 
GMarker(GMarkerOptions) - Constructor for class org.wicketstuff.gmap.api.GMarker
 
GMarkerCluster - Class in org.wicketstuff.gmap.api
Clusters markers into groups.
GMarkerCluster(GMap) - Constructor for class org.wicketstuff.gmap.api.GMarkerCluster
 
GMarkerCluster(GMap, GMarkerClusterOptions) - Constructor for class org.wicketstuff.gmap.api.GMarkerCluster
 
GMarkerClusterOptions - Class in org.wicketstuff.gmap.api
Options object for using specific settings in marker clustering.
GMarkerClusterOptions() - Constructor for class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
GMarkerClusterStyle - Class in org.wicketstuff.gmap.api
Used in GMarkerClusterOptions JS code with options: 'styles': (object) An object that has style properties: 'url': (string) The image url.
GMarkerClusterStyle() - Constructor for class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
GMarkerOptions - Class in org.wicketstuff.gmap.api
http://code.google.com/apis/maps/documentation/javascript/reference.html# MarkerOptions
GMarkerOptions(GMap, GLatLng) - Constructor for class org.wicketstuff.gmap.api.GMarkerOptions
 
GMarkerOptions(GMap, GLatLng, String) - Constructor for class org.wicketstuff.gmap.api.GMarkerOptions
Creates a GMarkerOptions instance with the specified parameters.
GMarkerOptions(GMap, GLatLng, String, boolean) - Constructor for class org.wicketstuff.gmap.api.GMarkerOptions
 
GMarkerOptions(GMap, GLatLng, String, GIcon) - Constructor for class org.wicketstuff.gmap.api.GMarkerOptions
 
GMarkerOptions(GMap, GLatLng, String, GIcon, boolean) - Constructor for class org.wicketstuff.gmap.api.GMarkerOptions
 
GOverlay - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GOverlay.
GOverlay() - Constructor for class org.wicketstuff.gmap.api.GOverlay
Construct.
GOverlay(String) - Constructor for class org.wicketstuff.gmap.api.GOverlay
Used in stateless environment as session id's are changing continuously without state.
GOverlayContainer - Interface in org.wicketstuff.gmap
 
GPoint - Class in org.wicketstuff.gmap.api
Represents an Maps API's GPoint that contains x and y coordinates.
GPoint(float, float) - Constructor for class org.wicketstuff.gmap.api.GPoint
 
GPolygon - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GPolygon.
GPolygon(String, int, float, String, float, GLatLng...) - Constructor for class org.wicketstuff.gmap.api.GPolygon
 
GPolyline - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GPolyline.
GPolyline(String, int, float, GLatLng...) - Constructor for class org.wicketstuff.gmap.api.GPolyline
 
GRectangle - Class in org.wicketstuff.gmap.api
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
GRectangle(GLatLngBounds, String, int, float, String, float) - Constructor for class org.wicketstuff.gmap.api.GRectangle
 
GSize - Class in org.wicketstuff.gmap.api
Represents an Maps API's GSize that contains width and height.
GSize(float, float) - Constructor for class org.wicketstuff.gmap.api.GSize
 
GValue - Interface in org.wicketstuff.gmap.api
Root class for all Value Objects.
All implementations shall override Object.equals(Object) and Object.hashCode().

H

hashCode() - Method in class org.wicketstuff.gmap.api.GLatLng
 
hashCode() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
hashCode() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
hashCode() - Method in class org.wicketstuff.gmap.api.GPoint
 
hashCode() - Method in class org.wicketstuff.gmap.api.GSize
 
heading_changed - org.wicketstuff.gmap.api.GEvent
 
HYBRID - org.wicketstuff.gmap.api.GMapType
 

I

idle - org.wicketstuff.gmap.api.GEvent
 
INSTANCE - Static variable in class org.wicketstuff.gmap.GMapMarkerClustererHeaderContributor
 
INSTANCE - Static variable in class org.wicketstuff.gmap.WicketGMapJsReference
 
INVALID_REQUEST - org.wicketstuff.gmap.geocoder.GeocoderStatus
generally indicates that the query (address, components or latlng) is missing or an invalid result_type or location_type was given.
invokeService(String) - Method in class org.wicketstuff.gmap.geocoder.Geocoder
fetches the url content
isAverageCenter() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
isClickable() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
isDoubleClickZoomEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the function zooming-by-doubleclick enabled? Disabled by default.
isDraggable() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
isDraggingEnabled() - Method in class org.wicketstuff.gmap.GMap
Is dragging allowed? Enabled by default.
isFailSilently() - Method in class org.wicketstuff.gmap.GMap
 
isMapTypeControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the map type control enabled? Enabled by default.
isMarkerClusterEnabled() - Method in class org.wicketstuff.gmap.GMap
 
isOpen() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
isPanControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the pan control enabled? Enabled by default.
isScaleControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the scale control enabled? Disabled by default.
isScrollWheelZoomEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the function zooming-by-mousewheel enabled? Disabled by default.
isStreetViewControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the StreetView control enabled? Disabled by default.
isZoomControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the zoom control enabled? Enabled by default.
isZoomOnClick() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 

L

LoadListener - Class in org.wicketstuff.gmap.event
See "load" in the event section of GMap2.
LoadListener() - Constructor for class org.wicketstuff.gmap.event.LoadListener
 

M

map - Variable in class org.wicketstuff.gmap.GMap
 
MapTypeChangedListener - Class in org.wicketstuff.gmap.event
See "maptypeid_changed" in the event section of google.maps.Map class .
MapTypeChangedListener() - Constructor for class org.wicketstuff.gmap.event.MapTypeChangedListener
 
maptypeid_changed - org.wicketstuff.gmap.api.GEvent
 
mousedown - org.wicketstuff.gmap.api.GEvent
 
mousemove - org.wicketstuff.gmap.api.GEvent
 
mouseout - org.wicketstuff.gmap.api.GEvent
 
mouseover - org.wicketstuff.gmap.api.GEvent
 
mouseup - org.wicketstuff.gmap.api.GEvent
 

N

NortheastSoutwestInfo - Class in org.wicketstuff.gmap.geocoder.pojos
POJO for a google geocoder JSON Object viewport and bounds
Contains the recommended viewport for displaying the returned result, specified as two latitude,longitude values defining the southwest and northeast corner of the viewport bounding box.
NortheastSoutwestInfo() - Constructor for class org.wicketstuff.gmap.geocoder.pojos.NortheastSoutwestInfo
 

O

ObjectLiteral - Class in org.wicketstuff.gmap.js
 
ObjectLiteral() - Constructor for class org.wicketstuff.gmap.js.ObjectLiteral
 
OK - org.wicketstuff.gmap.geocoder.GeocoderStatus
indicates that no errors occurred; the address was successfully parsed and at least one geocode was returned.
onBeforeRender() - Method in class org.wicketstuff.gmap.GMap
 
onBind() - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
onClick(AjaxRequestTarget, GLatLng) - Method in class org.wicketstuff.gmap.event.ClickListener
Override this method to provide handling of a click on the map.
onDblClick(AjaxRequestTarget, GLatLng) - Method in class org.wicketstuff.gmap.event.DblClickListener
Override this method to provide handling of a double-click on the map.
onDrag(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragListener
 
onDragEnd(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragEndListener
 
onDragStart(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragStartListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.api.GClientGeocoder
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.api.GEventHandler
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.ClickListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DblClickListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragEndListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragStartListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
Typically response parameters that are meant for this event are picket up and made available for the further processing.
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.LoadListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.MapTypeChangedListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.ZoomChangedListener
 
onEvent(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GOverlay
Called when an Ajax call occurs.
onGeoCode(AjaxRequestTarget, GeocoderStatus, String, GLatLng) - Method in class org.wicketstuff.gmap.api.GClientGeocoder
 
onLoad(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.LoadListener
 
onMapTypeChanged(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.MapTypeChangedListener
 
onZoomChanged(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.ZoomChangedListener
Override this method to provide handling of a zoom_changed event.
You can get the new center coordinates of the map by calling GMap.getCenter().
org.wicketstuff.gmap - package org.wicketstuff.gmap
This package contains wicket gmap3 implementation.
org.wicketstuff.gmap.api - package org.wicketstuff.gmap.api
 
org.wicketstuff.gmap.event - package org.wicketstuff.gmap.event
 
org.wicketstuff.gmap.geocoder - package org.wicketstuff.gmap.geocoder
 
org.wicketstuff.gmap.geocoder.pojos - package org.wicketstuff.gmap.geocoder.pojos
 
org.wicketstuff.gmap.js - package org.wicketstuff.gmap.js
 
OUTPUT_JSON - Static variable in class org.wicketstuff.gmap.geocoder.Geocoder
 
OUTPUT_XML - Static variable in class org.wicketstuff.gmap.geocoder.Geocoder
 
OVER_QUERY_LIMIT - org.wicketstuff.gmap.geocoder.GeocoderStatus
indicates that you are over your quota.
OverlayListener() - Constructor for class org.wicketstuff.gmap.GMap.OverlayListener
 

P

PanDirectionBehavior(String, int, int) - Constructor for class org.wicketstuff.gmap.GMap.PanDirectionBehavior
 
panTo(GLatLng) - Method in class org.wicketstuff.gmap.GMap
Changes the center point of the map to the given point.
parse(String) - Static method in class org.wicketstuff.gmap.api.GLatLng
(37.34068368469045, -122.48519897460936)
parse(String) - Static method in class org.wicketstuff.gmap.api.GLatLngBounds
((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))
projection_changed - org.wicketstuff.gmap.api.GEvent
 

R

radius_changed - org.wicketstuff.gmap.api.GEvent
 
removeAllOverlays() - Method in class org.wicketstuff.gmap.GMap
Clear all overlays.
removeAllOverlays() - Method in interface org.wicketstuff.gmap.GOverlayContainer
Clear all overlays.
removeOverlay(GOverlay) - Method in class org.wicketstuff.gmap.GMap
Remove an overlay.
removeOverlay(GOverlay) - Method in interface org.wicketstuff.gmap.GOverlayContainer
Remove an overlay.
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.gmap.api.GClientGeocoder
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.gmap.GMapHeaderContributor
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.gmap.GMapMarkerClustererHeaderContributor
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.gmap.GMap
 
REQUEST_DENIED - org.wicketstuff.gmap.geocoder.GeocoderStatus
indicates that your request was denied, possibly because the request includes a result_type or location_type parameter but does not include an API key or client ID.
resize - org.wicketstuff.gmap.api.GEvent
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.GMap.OverlayListener
 
rightclick - org.wicketstuff.gmap.api.GEvent
 
ROADMAP - org.wicketstuff.gmap.api.GMapType
 

S

SATELLITE - org.wicketstuff.gmap.api.GMapType
 
set(String, String) - Method in class org.wicketstuff.gmap.js.ObjectLiteral
 
setAddressComponents(GeocoderAddress[]) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResultData
Set an array containing the separate address components
setAnchor(Integer[]) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setAnchor(GPoint) - Method in class org.wicketstuff.gmap.api.GIcon
The position at which to anchor an image in correspondance to the location of the marker on the map.
setAnimation(GAnimation) - Method in class org.wicketstuff.gmap.api.GMarker
Sets the animation type for this marker.
setAnimation(GAnimation) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
setAverageCenter(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setBackgroundPosition(String) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setBounds(GLatLngBounds) - Method in class org.wicketstuff.gmap.GMap
 
setBounds(NortheastSoutwestInfo) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry
 
setCenter(GLatLng) - Method in class org.wicketstuff.gmap.GMap
Set the center.
SetCenterBehavior(String, GLatLng) - Constructor for class org.wicketstuff.gmap.GMap.SetCenterBehavior
 
setClickable(boolean) - Method in class org.wicketstuff.gmap.api.GCircle
 
setClickable(boolean) - Method in class org.wicketstuff.gmap.api.GRectangle
 
setContent(String) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setDisableAutoPan(Boolean) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setDoubleClickZoomEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if zooming-by-doubleclicking should be allowed or not.
setDraggable(boolean) - Method in class org.wicketstuff.gmap.api.GCircle
 
setDraggable(boolean) - Method in class org.wicketstuff.gmap.api.GRectangle
 
setDraggingEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if dragging should be allowed or not.
setEditable(boolean) - Method in class org.wicketstuff.gmap.api.GCircle
 
setEditable(boolean) - Method in class org.wicketstuff.gmap.api.GRectangle
 
setFailSilently(boolean) - Method in class org.wicketstuff.gmap.GMap
 
setFormattedAdress(String) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResultData
Set the human-readable address of this location
setGeometry(GeocoderGeometry) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResultData
 
setGridSize(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setHeight(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setLatLng(GLatLng) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setLatLng(GLatLng) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
setLocation(GLatLng) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry
 
setLocation_type(String) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry
 
setLongName(String) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderAddress
Set the full text description or name of the address component
setMapType(GMapType) - Method in class org.wicketstuff.gmap.GMap
Sets the map type which should be used.
SetMapTypeBehavior(String, GMapType) - Constructor for class org.wicketstuff.gmap.GMap.SetMapTypeBehavior
 
setMapTypeControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the map type control should be visible or not.
setMarkerCluster(GMarkerCluster) - Method in class org.wicketstuff.gmap.GMap
 
setMaxWidth(Integer) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setMaxZoom(int) - Method in class org.wicketstuff.gmap.GMap
Sets a new maxZoom limit.
setMaxZoom(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setMinimumClusterSize(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setMinZoom(int) - Method in class org.wicketstuff.gmap.GMap
Sets a new minZoom limit.
setNortheast(GLatLng) - Method in class org.wicketstuff.gmap.geocoder.pojos.NortheastSoutwestInfo
 
setOrigin(GPoint) - Method in class org.wicketstuff.gmap.api.GIcon
The position of the image within a sprite, if any.
setOverlays(List<GOverlay>) - Method in class org.wicketstuff.gmap.GMap
 
setPanControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the pan control should be visible or not.
setParent(GMap) - Method in class org.wicketstuff.gmap.api.GOverlay
 
setResults(GeocoderResultData[]) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResult
Set all GeocoderResultData of a geocoder request
setScaleControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the scale control should be visible or not.
setScaledSize(GSize) - Method in class org.wicketstuff.gmap.api.GIcon
The size of the entire image after scaling, if any.
setSchema(String) - Method in class org.wicketstuff.gmap.api.GIcon
 
setScrollWheelZoomEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if zooming-by-mousewheel should be allowed or not.
setShortName(String) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderAddress
Set an abbreviated textual name for the address component
setSize(GSize) - Method in class org.wicketstuff.gmap.api.GIcon
The display size of the sprite or image.
setSouthwest(GLatLng) - Method in class org.wicketstuff.gmap.geocoder.pojos.NortheastSoutwestInfo
 
setStatus(GeocoderStatus) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResult
Set the status of a geocoder request
setStreetViewControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the StreetView control should be visible or not.
setString(String, String) - Method in class org.wicketstuff.gmap.js.ObjectLiteral
 
setStyles(List<GMarkerClusterStyle>) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setTextColor(String) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setTextSize(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setTypes(String[]) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderAddress
Set an array that indicating the type of the address component.
setTypes(String[]) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderResultData
Set zero or more tags identifying the type of feature
setUrl(String) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setViewport(NortheastSoutwestInfo) - Method in class org.wicketstuff.gmap.geocoder.pojos.GeocoderGeometry
 
setVisible(boolean) - Method in class org.wicketstuff.gmap.api.GCircle
 
setVisible(boolean) - Method in class org.wicketstuff.gmap.api.GRectangle
 
setWidth(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setzIndex(Integer) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setZIndex(Integer) - Method in class org.wicketstuff.gmap.api.GCircle
 
setZIndex(Integer) - Method in class org.wicketstuff.gmap.api.GRectangle
 
setZoom(int) - Method in class org.wicketstuff.gmap.GMap
Sets a new zoom level.
SetZoomBehavior(String, int) - Constructor for class org.wicketstuff.gmap.GMap.SetZoomBehavior
 
setZoomControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the zoom control should be visible or not.
setZoomOnClick(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
StatelessGMapHeaderContributor - Class in org.wicketstuff.gmap
 
StatelessGMapHeaderContributor(String, String) - Constructor for class org.wicketstuff.gmap.StatelessGMapHeaderContributor
 

T

TERRAIN - org.wicketstuff.gmap.api.GMapType
 
tilesloaded - org.wicketstuff.gmap.api.GEvent
 
tilt_changed - org.wicketstuff.gmap.api.GEvent
 
toJS() - Method in class org.wicketstuff.gmap.js.Array
 
toJS() - Method in class org.wicketstuff.gmap.js.Constructor
 
toJS() - Method in class org.wicketstuff.gmap.js.ObjectLiteral
 
toString() - Method in enum org.wicketstuff.gmap.api.GAnimation
 
toString() - Method in enum org.wicketstuff.gmap.api.GEvent
 
toString() - Method in class org.wicketstuff.gmap.api.GLatLng
 
toString() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 

U

UNKNOWN_ERROR - org.wicketstuff.gmap.geocoder.GeocoderStatus
indicates that the request could not be processed due to a server error.
update() - Method in class org.wicketstuff.gmap.GMap
Update state from a request to an AJAX target.
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GCircle
 
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GGroundOverlay
 
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GInfoWindow
Update state from a request to an AJAX target.
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GMarker
 
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GOverlay
Implement to handle Ajax calls to your needs.
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GPolygon
 
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GPolyline
 
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GRectangle
 

V

valueOf(String) - Static method in enum org.wicketstuff.gmap.api.GAnimation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.gmap.api.GEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.gmap.api.GMapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.gmap.geocoder.GeocoderStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.gmap.api.GAnimation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.gmap.api.GEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.gmap.api.GMapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.gmap.geocoder.GeocoderStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

WicketGMapJsReference - Class in org.wicketstuff.gmap
A JavaScript reference for wicket-gmap.js

Z

ZERO_RESULTS - org.wicketstuff.gmap.geocoder.GeocoderStatus
indicates that the geocode was successful but returned no results.
zoom_changed - org.wicketstuff.gmap.api.GEvent
 
ZoomChangedListener - Class in org.wicketstuff.gmap.event
See "zoom_changed" in the event section of google.maps.Map class .
ZoomChangedListener() - Constructor for class org.wicketstuff.gmap.event.ZoomChangedListener
 
ZoomInBehavior(String) - Constructor for class org.wicketstuff.gmap.GMap.ZoomInBehavior
 
ZoomOutBehavior(String) - Constructor for class org.wicketstuff.gmap.GMap.ZoomOutBehavior
 
A B C D E F G H I L M N O P R S T U V W Z 
All Classes All Packages