Skip to content

Commit

Permalink
Update documentation for Azure Maps Route v1 API (#29524)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemunk authored Jun 21, 2024
1 parent 8db92d6 commit 1d96e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/maps/data-plane/Route/preview/1.0/route.json
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
"name": "routeRepresentation",
"x-ms-client-name": "routeRepresentationForBestOrder",
"in": "query",
"description": "Specifies the representation of the set of routes provided as response. This parameter value can only be used in conjunction with computeBestOrder=true.",
"description": "Specifies the representation of the set of routes provided as response.",
"type": "string",
"enum": [
"polyline",
Expand All @@ -731,7 +731,7 @@
},
{
"value": "none",
"description": "Includes only the optimized waypoint indices but does not include the route geometry in the response."
"description": "Includes only the optimized waypoint indices but does not include the route geometry in the response. This parameter value can only be used in conjunction with computeBestOrder=true."
}
]
},
Expand Down Expand Up @@ -828,7 +828,7 @@
"RouteInstructionsType": {
"name": "instructionsType",
"in": "query",
"description": "If specified, guidance instructions will be returned. Note that the instructionsType parameter cannot be used in conjunction with routeRepresentation=none",
"description": "If specified, guidance instructions will be returned. Note that the instructionsType parameter cannot be used in conjunction with routeRepresentation=none.",
"type": "string",
"enum": [
"coded",
Expand Down

0 comments on commit 1d96e34

Please sign in to comment.