SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class
Author: JANConstructor Summary | |
IWReverseGeocodingResult()
Creates a new reverse geocoding result. |
Method Summary | |
IWAddress
|
getAddress()
Returns the located address for this coordinate. |
float
|
getDistance()
Returns the distance in meters to the original input coordinate. |
void
|
setAddress(newAddress)
Sets the located address for this coordinate. |
void
|
setDistance(newDistance)
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
float getDistance()
float
the distance in meters to the original input coordinate
void setAddress(newAddress)
IWAddress newAddress
void
void setDistance(newDistance)
float newDistance
- the distance in meters to the original input coordinate.
void
String toString()
String