Class IWSimpleGeocoderClient

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

Author: JAN

Constructor Summary
IWSimpleGeocoderClient()
            Creates a new geocoder client for the gc_simple application.
 
Method Summary
 void geocodeAddress(inputAddress, multihits, object)
           Geocodes an address into a coordinate.
 void geocodeAddressString(inputAddress, countryCode, multihits, object)
           Geocodes an address string into a coordinate.
 String getUrl()
           Returns the url of the geocoder interface.
 void setUrl(newUrl)
           Sets the url of the geocoder interface.
 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(theSimpleGeocoderClient, 'ongeocode', yourHandlerMethod(event)); to receive the event.

 
Constructor Detail

IWSimpleGeocoderClient

IWSimpleGeocoderClient()

Method Detail

geocodeAddress

void geocodeAddress(inputAddress, multihits, object)

geocodeAddressString

void geocodeAddressString(inputAddress, countryCode, multihits, object)

getUrl

String getUrl()

setUrl

void setUrl(newUrl)

toString

String toString()

Event Detail

triggerOnGeocode

void triggerOnGeocode(event)

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