SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An event signalling a reverse geocoding result
This class is part of the module geocoding.
Constructor Summary | |
IWReverseGeocodingResult()
Creates a new reverse geocoding result. |
Method Summary | |
IWAddress
|
getAddress()
Returns the located address for this coordinate. |
number
|
getDistance()
Returns the distance in meters to the original input coordinate. |
void
|
setAddress(address)
Sets the located address for this coordinate. |
void
|
setDistance(distance)
Sets the distance in meters to the original input coordinate. |
String
|
toString()
Returns a string representation of this reverse geocoding result. |
Constructor Detail |
IWReverseGeocodingResult()
Method Detail |
IWAddress getAddress()
IWAddress
the address
number getDistance()
number
the distance in meters to the original input coordinate
void setAddress(address)
IWAddress address
void
void setDistance(distance)
number distance
- the distance in meters to the original input coordinate.
void
String toString()
String