IAutoaddress Methods |
The IAutoaddress type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoComplete |
Lookup a Postcode or Address auto complete options. Returns all available data if found.
| |
| AutoCompleteAsync |
Lookup a Postcode or Address auto complete options as an asynchronous operation. Returns all available data if found.
| |
| FindAddress(Link) |
Lookup a Postcode or Address. Returns all available data if found.
| |
| FindAddress(Request) |
Lookup a Postcode or Address. Returns all available data if found.
| |
| FindAddressAsync(Link) |
Lookup a Postcode or Address as an asynchronous operation. Returns all available data if found.
| |
| FindAddressAsync(Request) |
Lookup a Postcode or Address as an asynchronous operation. Returns all available data if found.
| |
| GetEcadData(Link) |
Return all the available data from the ECAD for the supplied ECAD Id.
| |
| GetEcadData(Request) |
Return all the available data from the ECAD for the supplied ECAD Id.
| |
| GetEcadDataAsync(Link) |
Return all the available data from the ECAD for the supplied ECAD Id as an asynchronous operation.
| |
| GetEcadDataAsync(Request) |
Return all the available data from the ECAD for the supplied ECAD Id as an asynchronous operation.
| |
| GetGbBuildingData(Link) |
Return data for the supplied UK address ID.
| |
| GetGbBuildingData(Request) |
Return data for the supplied UK address ID.
| |
| GetGbBuildingDataAsync(Link) |
Return data for the supplied UK address ID as an asynchronous operation.
| |
| GetGbBuildingDataAsync(Request) |
Return data for the supplied UK address ID as an asynchronous operation.
| |
| GetGbPostcodeData(Link) |
Return data for the supplied UK postcode.
| |
| GetGbPostcodeData(Request) |
Return data for the supplied UK postcode.
| |
| GetGbPostcodeDataAsync(Link) |
Return data for the supplied UK postcode as an asynchronous operation.
| |
| GetGbPostcodeDataAsync(Request) |
Return data for the supplied UK postcode as an asynchronous operation.
| |
| MapId(Link) |
Map ID.
| |
| MapId(Request) |
Map ID.
| |
| MapIdAsync(Link) |
Map ID.
| |
| MapIdAsync(Request) |
Map ID.
| |
| PostcodeLookup(Link) |
Lookup a Postcode. Returns all available data if found.
| |
| PostcodeLookup(Request) |
Lookup a Postcode. Returns all available data if found.
| |
| PostcodeLookupAsync(Link) |
Lookup a Postcode as an asynchronous operation. Returns all available data if found.
| |
| PostcodeLookupAsync(Request) |
Lookup a Postcode as an asynchronous operation. Returns all available data if found.
| |
| ReverseGeocode(Link) |
Reverse geocode a location. Returns the nearest building to the location within the specified maxDistance.
| |
| ReverseGeocode(Request) |
Reverse geocode a location. Returns the nearest building to the location within the specified maxDistance.
| |
| ReverseGeocodeAsync(Link) |
Reverse geocode a location as an asynchronous operation. Returns the nearest building to the location within the specified maxDistance.
| |
| ReverseGeocodeAsync(Request) |
Reverse geocode a location as an asynchronous operation. Returns the nearest building to the location within the specified maxDistance.
| |
| VerifyAddress(Link) |
Verify that the address supplied matches the Eircode supplied.
| |
| VerifyAddress(Request) |
Verify that the address supplied matches the Eircode supplied.
| |
| VerifyAddressAsync(Link) |
Verify that the address supplied matches the Eircode supplied as an asynchronous operation.
| |
| VerifyAddressAsync(Request) |
Verify that the address supplied matches the Eircode supplied as an asynchronous operation.
|