Class IWGeocoderClient

Extends AGeocoderClient.

A geocoder client is necessary in order to convert an address into coordinates.

Author: JAN

Constructor Summary
IWGeocoderClient()
            Creates a new geocoder client.
 
Method Summary
 void geocodeAddress(address, maximumHits, object)
           Geocodes an address into a coordinate.
 void geocodeAddressString(address, countryCode, maximumHits, object)
           Geocode an address.
 void reverseGeocodeByHits(coordinate, hits, object)
           Searchs addresses for a given coordinate within the specified radius.
 void reverseGeocodeByRadius(coordinate, radius, object)
           Searchs addresses for a given coordinate within the specified radius.
 String toString()
           Returns a string representation of this geocoder client.
 
Event Summary
 void triggerOnGeocode(event)
           The onGeocode event is fired when the address is geocoded.

Register an event listener with IWEventManager.addListener(theGeocoderClient, 'ongeocode', yourHandlerMethod(event)); to receive the event.

 void triggerOnReverseGeocode(event)
           The onReverseGeocode event is fired when the coordinate is matched to addresses.

Register an event listener with IWEventManager.addListener(theRouterClient, 'onreversegeocode', yourHandlerMethod(event)); to receive the event.

 
Methods inherited from class AGeocoderClient
getGeocoderType()
getLogger()


Constructor Detail

IWGeocoderClient

IWGeocoderClient()

Method Detail

geocodeAddress

void geocodeAddress(address, maximumHits, object)

geocodeAddressString

void geocodeAddressString(address, countryCode, maximumHits, object)

reverseGeocodeByHits

void reverseGeocodeByHits(coordinate, hits, object)

reverseGeocodeByRadius

void reverseGeocodeByRadius(coordinate, radius, object)

toString

String toString()

Event Detail

triggerOnGeocode

void triggerOnGeocode(event)

triggerOnReverseGeocode

void triggerOnReverseGeocode(event)

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