See the list of members of the Service class for a list of CAF API calls available.
Declaration Syntax
namespace CAF.API2
Types
All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
Address |
A data structure returned by various calls in the Service API used to represent a version of an official CAF address
| |
AddressField |
An enumeration used to specify how the Search(String, AddressField, String, Boolean, Boolean, Boolean, AddressOrdering, Boolean, String, Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Int32>)>>)) call behaves
| |
AddressView |
Returned by the GetAddress(String, Int32) and GetAddresses(String, String) call.
| |
CandidateStatus |
Returned by the GetCandidateStatus(String, Int32) and GetCandidateStatuses(String, String) calls. Indicates
the current states of a candidate previously submitted using SubmitAddress(String, Nullable<(Of <<'(Int32>)>>), String, String, String).
| |
Road |
A structure returned by the ListAllRoads(String) call, representing a road section from the CAF road table.
| |
SearchResults |
A structure containing the results of a search call.
| |
Service |
The Service class provides the CAF API calls.
| |
Update |
A structure returned by a call to GetUpdates containing details of an updated or new address.
| |
UpdateList |
The data structure returned by a call to GetUpdates.
|