{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector Elevation API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "Elevation",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Get Elevation Data On One Or More Points",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/elevation/point/:format",
"headers": [
{
"name": "x-ms-client-id",
"value": ""
}
],
"params": [
{
"name": "subscription-key",
"value": "",
"type": "query",
"description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API. Current version is 1.0"
},
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired format of the response. Only `json` format is supported."
},
{
"name": "points",
"value": "",
"type": "query",
"description": "The string representation of a list of points. A point is defined in lat/lon WGS84 coordinate reference system format. If multiple points are requested, each of the points in a list should be separated by the pipe ('|') character. The maximum number of points that can be requested in a single request is 2,000. The resolution of the elevation data will be the highest for a single point and will decrease if multiple points are spread further apart. "
}
]
},
"docs": "**Applies to**: S1 pricing tier.
The Get Data for Points API provides elevation data for one or more points. A point is defined in lat,long coordinate format.
Due to the URL character length limit of 2048, it's not possible to pass more than 100 coordinates as a pipeline delimited string in a URL GET request. If you intend to pass more than 100 coordinates as a pipeline delimited string, use the [POST Data
For Points](https://docs.microsoft.com/en-us/rest/api/maps/elevatio"
},
{
"info": {
"name": "Microsoft Azure Query Elevation Data For Multiple Points",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/elevation/point/:format",
"headers": [
{
"name": "x-ms-client-id",
"value": ""
}
],
"params": [
{
"name": "subscription-key",
"value": "",
"type": "query",
"description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API. Current version is 1.0"
},
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired format of the response. Only `json` format is supported."
}
]
},
"docs": "**Applies to**: S1 pricing tier.
The Post Data for Points API provides elevation data for multiple points. A point is defined in lat/lon coordinate format. Use the POST endpoint only if you intend to pass multiple points in the request. If you intend to pass a single coordinate into the API, use the [GET Data For Points API](https://docs.microsoft.com/en-us/rest/api/maps/elevation/getdataforpoints)."
},
{
"info": {
"name": "Microsoft Azure Get Elevation Data Along A Polyline",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/elevation/line/:format",
"headers": [
{
"name": "x-ms-client-id",
"value": ""
}
],
"params": [
{
"name": "subscription-key",
"value": "",
"type": "query",
"description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API. Current version is 1.0"
},
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired format of the response. Only `json` format is supported."
},
{
"name": "lines",
"value": "",
"type": "query",
"description": "The string representation of a polyline path. A polyline is defined by endpoint coordinates, with each endpoint separated by a pipe ('|') character. The polyline should be defined in the following format: `[longitude_point1, latitude_point1 | longitude_point2, latitude_point2, ..., longitude_pointN, latitude_pointN]`.\n\n The longitude and latitude values refer to the World Geodetic System (WGS84) coordinate reference system. The resolution of the data used to compute the elevation depends on the distance between the endpoints."
},
{
"name": "samples",
"value": "",
"type": "query",
"description": "The samples parameter specifies the number of equally spaced points at which elevation values should be provided along a polyline path. The number of samples should range from 2 to 2,000. Default value is 10."
}
]
},
"docs": "**Applies to**: S1 pricing tier.
The Get Data for Polyline API provides elevation data along a polyline.
A polyline is defined by passing in between 2 and N endpoint coordinates separated by a pipe ('|') character. In addition to passing in endpoints, customers can specify the number of sample points that will be used to divide polyline into equally spaced segments. Elevation data at both start and endpoints and equally spaced points along the polyline will be returned.
The Post Data for Polyline API provides elevation data along a polyline. A polyline is defined by passing in between 2 and N endpoint coordinates separated by a pipe ('|') character. In addition to passing in endpoints, customers can specify the number of sample points that will be used to divide polyline into equally spaced segments.
Elevation data at both start and end points and equally spaced points along the polyline will be returned. A l"
},
{
"info": {
"name": "Microsoft Azure Get Elevation Data At Equally Spaced Locations Within A Bounding Box",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/elevation/lattice/:format",
"headers": [
{
"name": "x-ms-client-id",
"value": ""
}
],
"params": [
{
"name": "subscription-key",
"value": "",
"type": "query",
"description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API. Current version is 1.0"
},
{
"name": "format",
"value": "",
"type": "path",
"description": "Desired format of the response. Only `json` format is supported."
},
{
"name": "bounds",
"value": "",
"type": "query",
"description": "The string that represents the rectangular area of a bounding box. The bounds parameter is defined by the 4 bounding box coordinates, with WGS84 longitude and latitude of the southwest corner followed by WGS84 longitude and latitude of the northeast corner. The string is presented in the following format: `[SouthwestCorner_Longitude, SouthwestCorner_Latitude, NortheastCorner_Longitude, NortheastCorner_Latitude]`."
},
{
"name": "rows",
"value": "",
"type": "query",
"description": "Specifies the number of rows to use to divide the bounding box area into a grid. The number of vertices in the grid should be less than 2,000. "
},
{
"name": "columns",
"value": "",
"type": "query",
"description": "Specifies the number of columns to use to divide the bounding box area into a grid. The number of vertices in the grid should be less than 2,000. "
}
]
},
"docs": "**Applies to**: S1 pricing tier.
The Get Data for Bounding Box API provides elevation data at equally spaced locations within a bounding box. A bounding box is defined by the coordinates for two corners (southwest, northeast) and then subsequently divided into rows and columns.
Elevations are returned for the vertices of the grid created by the rows and columns. Up to 2,000 elevations can be returned in a single request. The returned elevation values are ordered, starting at th"
}
]
}
],
"bundled": true
}