SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A geocoded address result.
This class is part of the module geocoding.
Constructor Summary | |
IWGeocodingResult()
Creates a new geocoding result. |
Method Summary | |
IWAddress
|
getAddress()
Returns the geocoded address. |
number
|
getHitProbability()
Returns the hit probability of the geocoded address. |
number
|
getMatchCode()
Returns the matchcode of the geocoded address. The following matchcodes are defined:
|
String
|
getQuality()
Returns a string which represents the quality of the geocoded address. |
void
|
setAddress(address)
Sets the address for this geocoding result. |
void
|
setHitProbability(hitprobability)
Sets the hit probability of the geocoded address. |
void
|
setMatchCode(matchcode)
Sets the matchcode of the geocoded address. |
void
|
setQuality(quality)
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
number getHitProbability()
number
number getMatchCode()
The following matchcodes are defined:
-1
: indicates an error 1
: house exactly 2
: street exactly 3
: city exactly 4
: zip code exactlynumber
String getQuality()
String
void setAddress(address)
IWAddress address
- the geocoded address
void
void setHitProbability(hitprobability)
number hitprobability
void
void setMatchCode(matchcode)
number matchcode
void
void setQuality(quality)
String quality
void
String toString()
String