Class: IWReverseGeocodingEvent

IWReverseGeocodingEvent

This class represents a reverse geocoding event.

This class is part of the module geocoding.


new IWReverseGeocodingEvent()

Creates a new reverse geocoding event.

Members


coordinate :IWCoordinate

The original input coordinate.
Type:

parameterObject :Object

Additional parameter. This parameter can by set by the reversegeocode method.
Type:
  • Object

results :Array.<IWReverseGeocodingResults>

An array of located addresses.
Type:
  • Array.<IWReverseGeocodingResults>

status :String

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

Methods


toString()

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