VotingDistrict
| API | Description |
|---|---|
| GET api/VotingDistrict?vdnumber={vdnumber}&returnGeom={returnGeom} |
Returns the delimitation and Voting station information, for a Voting District from a VD Number |
| GET api/VotingDistrict?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the delimitation and Voting station information, for a Voting District from a point location |
Suburb
| API | Description |
|---|---|
| GET api/Suburb?name={name}&returnGeom={returnGeom} |
Returns the information for a Suburb from a name |
| GET api/Suburb?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the information for a Suburb from a coordinate |
VotingDistrictByWard
| API | Description |
|---|---|
| GET api/VotingDistrictByWard?WardID={WardID}&returnGeom={returnGeom} |
Return a list of all the Voting District in a specified Ward |
Municipality
| API | Description |
|---|---|
| GET api/Municipality?municid={municid}&returnGeom={returnGeom} |
Returns the Municipality from a Municipality ID |
Town
| API | Description |
|---|---|
| GET api/Town?name={name}&returnGeom={returnGeom} |
Returns the information for a Town from a name |
| GET api/Town?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the information for a Town from a coordinate |
GetAddress
| API | Description |
|---|---|
| GET api/GetAddress?address={address} |
Find an address, from a given address string, using Google Maps Geocoding API. Coordinate returned is then used to return delimitation information |
| GET api/GetAddress?latitude={latitude}&longitude={longitude}&distance={distance} |
Find an address, from a given coordinate, using Google Maps Geocoding API. Coordinate returned is then used to return delimitation information |
| GET api/GetAddress?address={address}&exactmatch={exactmatch} |
Find an address, from a given address string, using Google Maps Geocoding API. Only return an address where the address type is "street_address" Coordinate returned is then used to return delimitation information |
WardByYear
| API | Description |
|---|---|
| GET api/WardByYear?year={year}&latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the ward for a specific election year from a point location |
SubPlace
| API | Description |
|---|---|
| GET api/SubPlace?name={name}&returnGeom={returnGeom} |
Returns the information for a Sub Place from a name |
| GET api/SubPlace?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the information for a Sub Place from a coordinate |
VotingDistrictByYear
| API | Description |
|---|---|
| GET api/VotingDistrictByYear?year={year}&latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the Voting District for a specific election year from a point location |
AutoComplete
| API | Description |
|---|---|
| GET api/AutoComplete?input={input}&guid={guid} |
Returns address/location predictions from Google Maps Autocomplete API |
| GET api/AutoComplete?input={input}&types={types}&guid={guid} |
Returns address/location predictions, restricted by address type, from Google Maps Autocomplete API |
MainPlace
| API | Description |
|---|---|
| GET api/MainPlace?name={name}&returnGeom={returnGeom} |
Returns the information for a Main Place from a name |
| GET api/MainPlace?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the information for a Main Place from a coordinate |
Places
| API | Description |
|---|---|
| GET api/Places?placeid={placeid}&guid={guid}&returnVS={returnVS}&returnGeom={returnGeom} |
Returns the place detail of an address selected from the Google Maps Autocomplete API |
TribalCouncil
| API | Description |
|---|---|
| GET api/TribalCouncil?name={name}&returnGeom={returnGeom} |
Returns the delimitation information for a Tribal Council from a name |
| GET api/TribalCouncil?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the delimitation information for a Tribal Council from a point location |
MEO
| API | Description |
|---|---|
| GET api/MEO?municid={municid} |
Returns all the MEO Offices within a Municipality |
WardByMunicipality
| API | Description |
|---|---|
| GET api/WardByMunicipality?MunicCode={MunicCode}&returnGeom={returnGeom} |
Return a list of all the Wards in a specified Municipality |
POI
| API | Description |
|---|---|
| GET api/POI?vdnumber={vdnumber}&latitude={latitude}&longitude={longitude} |
MunicByYear
| API | Description |
|---|---|
| GET api/MunicByYear?year={year}&latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the ward for a specific election year from a point location |
Ward
| API | Description |
|---|---|
| GET api/Ward?wardid={wardid}&returnGeom={returnGeom} |
Returns the delimitation information, for a Ward from a Ward ID |
| GET api/Ward?latitude={latitude}&longitude={longitude}&returnGeom={returnGeom} |
Returns the delimitation information for a Ward from a point location |