GET api/BusStop?Latitude={Latitude}&Longitude={Longitude}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Latitude | decimal number |
Required |
|
| Longitude | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
BusStopOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| OBJECTID | integer |
None. |
|
| STOP_REFER | string |
None. |
|
| SMS_NUMBER | string |
None. |
|
| TOWN | string |
None. |
|
| MAIN_ROAD | string |
None. |
|
| LOCATION | string |
None. |
|
| LANDMARK | string |
None. |
|
| POLE | string |
None. |
|
| FLAG | string |
None. |
|
| CASE_ | string |
None. |
|
| SHELTER | string |
None. |
|
| WAITING_AR | string |
None. |
|
| BOARDER | string |
None. |
|
| PAIRED | string |
None. |
|
| LAYBY | string |
None. |
|
| SHELTER_TY | string |
None. |
|
| SHELTER_OW | string |
None. |
|
| ADSHEL_REF | string |
None. |
|
| MAKE | string |
None. |
|
| MAKER | string |
None. |
|
| EAST | decimal number |
None. |
|
| NORTH | decimal number |
None. |
|
| EASTING | decimal number |
None. |
|
| NORTHING | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Distance | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"OBJECTID": 1,
"STOP_REFER": "sample string 2",
"SMS_NUMBER": "sample string 3",
"TOWN": "sample string 4",
"MAIN_ROAD": "sample string 5",
"LOCATION": "sample string 6",
"LANDMARK": "sample string 7",
"POLE": "sample string 8",
"FLAG": "sample string 9",
"CASE_": "sample string 10",
"SHELTER": "sample string 11",
"WAITING_AR": "sample string 12",
"BOARDER": "sample string 13",
"PAIRED": "sample string 14",
"LAYBY": "sample string 15",
"SHELTER_TY": "sample string 16",
"SHELTER_OW": "sample string 17",
"ADSHEL_REF": "sample string 18",
"MAKE": "sample string 19",
"MAKER": "sample string 20",
"EAST": 1.0,
"NORTH": 1.0,
"EASTING": 1.0,
"NORTHING": 1.0,
"Latitude": 21.1,
"Longitude": 22.1,
"Distance": 1.1
}
application/xml, text/xml
Sample:
<BusStopOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GISRestAPI.GISData.Entities.BusStop"> <ADSHEL_REF>sample string 18</ADSHEL_REF> <BOARDER>sample string 13</BOARDER> <CASE_>sample string 10</CASE_> <Distance>1.1</Distance> <EAST>1</EAST> <EASTING>1</EASTING> <FLAG>sample string 9</FLAG> <LANDMARK>sample string 7</LANDMARK> <LAYBY>sample string 15</LAYBY> <LOCATION>sample string 6</LOCATION> <Latitude>21.1</Latitude> <Longitude>22.1</Longitude> <MAIN_ROAD>sample string 5</MAIN_ROAD> <MAKE>sample string 19</MAKE> <MAKER>sample string 20</MAKER> <NORTH>1</NORTH> <NORTHING>1</NORTHING> <OBJECTID>1</OBJECTID> <PAIRED>sample string 14</PAIRED> <POLE>sample string 8</POLE> <SHELTER>sample string 11</SHELTER> <SHELTER_OW>sample string 17</SHELTER_OW> <SHELTER_TY>sample string 16</SHELTER_TY> <SMS_NUMBER>sample string 3</SMS_NUMBER> <STOP_REFER>sample string 2</STOP_REFER> <TOWN>sample string 4</TOWN> <WAITING_AR>sample string 12</WAITING_AR> </BusStopOutput>