Class IWGeocodingResult

A geocoded address result.

Author: JAN

Constructor 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

IWGeocodingResult()

Method Detail

getAddress

IWAddress getAddress()

getHitProbability

int getHitProbability()

getQuality

String getQuality()

setAddress

void setAddress(newAddress)

setHitProbability

void setHitProbability(newHitProbability)

setQuality

void setQuality(newQuality)

toString

String toString()

Source-Code Copyright 2007-2009 infoware GmbH - Documentation generated by JsDoc Toolkit 1.4.1 on Tue Nov 28 2017 09:51:50 GMT+0100 (MEZ)