Click or drag to resize

IAutoaddress Methods

The IAutoaddress type exposes the following members.

Methods
  NameDescription
Public methodAutoComplete
Lookup a Postcode or Address auto complete options. Returns all available data if found.
Public methodAutoCompleteAsync
Lookup a Postcode or Address auto complete options as an asynchronous operation. Returns all available data if found.
Public methodFindAddress(Link)
Lookup a Postcode or Address. Returns all available data if found.
Public methodFindAddress(Request)
Lookup a Postcode or Address. Returns all available data if found.
Public methodFindAddressAsync(Link)
Lookup a Postcode or Address as an asynchronous operation. Returns all available data if found.
Public methodFindAddressAsync(Request)
Lookup a Postcode or Address as an asynchronous operation. Returns all available data if found.
Public methodGetEcadData(Link)
Return all the available data from the ECAD for the supplied ECAD Id.
Public methodGetEcadData(Request)
Return all the available data from the ECAD for the supplied ECAD Id.
Public methodGetEcadDataAsync(Link)
Return all the available data from the ECAD for the supplied ECAD Id as an asynchronous operation.
Public methodGetEcadDataAsync(Request)
Return all the available data from the ECAD for the supplied ECAD Id as an asynchronous operation.
Public methodGetGbBuildingData(Link)
Return data for the supplied UK address ID.
Public methodGetGbBuildingData(Request)
Return data for the supplied UK address ID.
Public methodGetGbBuildingDataAsync(Link)
Return data for the supplied UK address ID as an asynchronous operation.
Public methodGetGbBuildingDataAsync(Request)
Return data for the supplied UK address ID as an asynchronous operation.
Public methodGetGbPostcodeData(Link)
Return data for the supplied UK postcode.
Public methodGetGbPostcodeData(Request)
Return data for the supplied UK postcode.
Public methodGetGbPostcodeDataAsync(Link)
Return data for the supplied UK postcode as an asynchronous operation.
Public methodGetGbPostcodeDataAsync(Request)
Return data for the supplied UK postcode as an asynchronous operation.
Public methodMapId(Link)
Map ID.
Public methodMapId(Request)
Map ID.
Public methodMapIdAsync(Link)
Map ID.
Public methodMapIdAsync(Request)
Map ID.
Public methodPostcodeLookup(Link)
Lookup a Postcode. Returns all available data if found.
Public methodPostcodeLookup(Request)
Lookup a Postcode. Returns all available data if found.
Public methodPostcodeLookupAsync(Link)
Lookup a Postcode as an asynchronous operation. Returns all available data if found.
Public methodPostcodeLookupAsync(Request)
Lookup a Postcode as an asynchronous operation. Returns all available data if found.
Public methodReverseGeocode(Link)
Reverse geocode a location. Returns the nearest building to the location within the specified maxDistance.
Public methodReverseGeocode(Request)
Reverse geocode a location. Returns the nearest building to the location within the specified maxDistance.
Public methodReverseGeocodeAsync(Link)
Reverse geocode a location as an asynchronous operation. Returns the nearest building to the location within the specified maxDistance.
Public methodReverseGeocodeAsync(Request)
Reverse geocode a location as an asynchronous operation. Returns the nearest building to the location within the specified maxDistance.
Public methodVerifyAddress(Link)
Verify that the address supplied matches the Eircode supplied.
Public methodVerifyAddress(Request)
Verify that the address supplied matches the Eircode supplied.
Public methodVerifyAddressAsync(Link)
Verify that the address supplied matches the Eircode supplied as an asynchronous operation.
Public methodVerifyAddressAsync(Request)
Verify that the address supplied matches the Eircode supplied as an asynchronous operation.
Top
See Also