GET api/Center/GetClosests?Longitude={Longitude}&Latitude={Latitude}&CenterTypeID={CenterTypeID}
To get the closest centers to a location Spatial Reference System Identifier (SRID) => 4326
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Longitude | decimal number |
Required Range: inclusive between -180 and 180 |
|
Latitude | decimal number |
Required Range: inclusive between -90 and 90 |
|
CenterTypeID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
EntityCollectionOfCenterDtoName | Description | Type | Additional information |
---|---|---|---|
Desc | boolean |
None. |
|
OrderBy | string |
None. |
|
Items | Collection of CenterDto |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.