You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Specifies the representation of the set of routes provided as response. This parameter value can only be used in conjunction with computeBestOrder=true.",
713
+
"description": "Specifies the representation of the set of routes provided as response.",
714
714
"type": "string",
715
715
"enum": [
716
716
"polyline",
@@ -731,7 +731,7 @@
731
731
},
732
732
{
733
733
"value": "none",
734
-
"description": "Includes only the optimized waypoint indices but does not include the route geometry in the response."
734
+
"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."
735
735
}
736
736
]
737
737
},
@@ -828,7 +828,7 @@
828
828
"RouteInstructionsType": {
829
829
"name": "instructionsType",
830
830
"in": "query",
831
-
"description": "If specified, guidance instructions will be returned. Note that the instructionsType parameter cannot be used in conjunction with routeRepresentation=none",
831
+
"description": "If specified, guidance instructions will be returned. Note that the instructionsType parameter cannot be used in conjunction with routeRepresentation=none.",
0 commit comments