Skip to content

Commit e0a99b2

Browse files
Merge pull request #313308 from stevemunk/migrate-route-v1
Waypoint Optimization=supported
2 parents 70b0c1e + 3f95be2 commit e0a99b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-maps/migrate-route-v1-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ This article explains how to migrate the [Azure Maps Route v1.0] APIs to [Azure
3535
| Batch operations | Sync and async requests | Sync requests |
3636
| Coordinate format | Latitude/longitude | Longitude/latitude, as defined by [GeoJSON]. |
3737
| Electric consumption model | Supported | Not supported |
38-
| Localization | Use the "language" parameter to localize the language of the route instructions. | Use the Accept-Language request header to input a localization code to localize the language of the route instructions. |
38+
| Localization | Use the "language" parameter to localize the language of the route instructions. | Use the "Accept-Language" request header to input a localization code to localize the language of the route instructions. |
3939
| Request type | GET, POST | POST |
4040
| Response format | XML, JSON | GeoJSON |
4141
| Travel mode | Car, truck, pedestrian.<BR>Beta profiles: Bus, bicycle, motorcycle, taxi, van. | Car, truck, pedestrian. |
42-
| Waypoint Optimization | Supported | Currently only supported for truck routing. |
42+
| Waypoint Optimization | Supported | supported |
4343
| Waypoints | Supported | Supported. Also supports `viaWaypoints` for driving and walking modes. |
4444

4545
### Route Matrix notable differences

0 commit comments

Comments
 (0)