Class: IWGeocodingEvent

IWGeocodingEvent

An event signalling a geocoding result.

This class is part of the module geocoding.


new IWGeocodingEvent()

Creates a new geocoding event.

Members


inputAddress :Object

The input address as a String or a IWAddress object.
Type:
  • Object

parameterObject :Object

Additional parameter. This parameter can by set by the geocode methods.
Type:
  • Object

results :Array.<IWGeocodingResult>

An array of geocoded address results.
Type:

status :String

The status code from the geocoder service.
Type:
  • String

Methods


toString()

Returns a string representation of this geocoding event.
Returns:
Type
String