| Package | Description |
|---|---|
| org.wicketstuff.gmap.api | |
| org.wicketstuff.gmap.geocoder | |
| org.wicketstuff.gmap.geocoder.pojos |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
GClientGeocoder.onGeoCode(org.apache.wicket.ajax.AjaxRequestTarget target,
GeocoderStatus status,
String address,
GLatLng latLng) |
| Modifier and Type | Method and Description |
|---|---|
GeocoderStatus |
GeocoderException.getStatus() |
static GeocoderStatus |
GeocoderStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeocoderStatus[] |
GeocoderStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GeocoderException(GeocoderStatus status) |
| Modifier and Type | Method and Description |
|---|---|
GeocoderStatus |
GeocoderResult.getStatus()
Return the status of a geocoder request
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeocoderResult.setStatus(GeocoderStatus status)
Set the status of a geocoder request
|
Copyright © 2015. All rights reserved.