SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A geocoded address result.
Author: JANConstructor Summary | |
IWGeocodingResult()
Creates a new geocoding result. |
Method Summary | |
IWAddress
|
getAddress()
Returns the geocoded address. |
int
|
getHitProbability()
Returns the hit probability of the geocoded address. |
String
|
getQuality()
Returns a string which represents the quality of the geocoded address. |
void
|
setAddress(newAddress)
Sets the address for this geocoding result. |
void
|
setHitProbability(newHitProbability)
Sets the hit probability of the geocoded address. |
void
|
setQuality(newQuality)
Sets a string which represents the quality of the geocoded address. |
String
|
toString()
Returns a string representation of this geocoding result. |
Constructor Detail |
IWGeocodingResult()
Method Detail |
IWAddress getAddress()
IWAddress
address
int getHitProbability()
int
String getQuality()
String
void setAddress(newAddress)
IWAddress newAddress
- the geocoded address
void
void setHitProbability(newHitProbability)
int newHitProbability
void
void setQuality(newQuality)
String newQuality
void
String toString()
String