Skip to content

Commit 7f963d3

Browse files
committed
new article
1 parent 37dcf1e commit 7f963d3

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

articles/azure-maps/itinerary-optimization-service.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services: azure-maps
1212

1313
# Create multi-itinerary optimization service
1414

15-
This guide describes how to use [Azure Maps] and NVIDIA cuOpt to build an itinerary optimization service that automates the process of building itineraries for multiple agents and mixed fleets, and optimizes their route across multiple destinations.
15+
This guide describes how to use [Azure Maps] and [NVIDIA cuOpt] to build an itinerary optimization service that automates the process of building itineraries for multiple agents and mixed fleets, and optimizes their route across multiple destinations.
1616

1717
This is a two-step process that requires a cost matrix for the travel time and a solver to optimize the problem and generate an outcome. A cost matrix represents the cost of traveling between every two sets of locations in the problem, which includes the travel time cost and other costs of travel.
1818

@@ -313,18 +313,31 @@ Sample response
313313

314314
## Call Azure Maps Route Directions API for routing
315315

316-
After the location in the cuOpt response is mapped to the corresponding coordinate, you can call the Azure Maps [Route Directions] API for automobile, commercial trucks, and walking routes and directions. You can color code the route path for individual vehicle based on the assigned stops and display it on the Azure Maps base data for visualization.
316+
After the locations in the cuOpt response are mapped to the corresponding coordinates, the cuOpt service can be used with the Azure Maps [Route Directions] API and web SDK to create a web app that displays the assigned itineraries and optimized routes on the map. You can color code the route path for individual vehicles based on the assigned stops and display it on the Azure Maps base data.
317317

318318
:::image type="content" source="media/multi-itinerary-optimization-service/multi-itinerary-route.png" alt-text="A screenshot showing the multi-itinerary route on a map.":::
319319

320+
## Next steps
320321

321-
:::image type="content" source="media/multi-itinerary-optimization-service/multi-itinerary-route-assigned-stops.png" alt-text="A screenshot showing the multi-itinerary route with assigned stops on a map.":::
322+
> [!div class="nextstepaction"]
323+
> [Azure Maps code samples]
324+
325+
> [!div class="nextstepaction"]
326+
> [Azure Maps Route Directions API]
327+
328+
> [!div class="nextstepaction"]
329+
> [Azure Maps Route Matrix API]
322330
323331
[Azure Maps]: /azure/azure-maps/
324332
[Azure Marketplace]: https://ms.portal.azure.com/#view/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/nvidia.nvidia-ai-enterprise
325333
[cuOpt best practices]: https://docs.nvidia.com/cuopt/user-guide/best-practices.html
326334
[cuOpt Supported Features]: https://docs.nvidia.com/cuopt/user-guide/supported-features.html
327335
[List of cuOpt supported features]: https://docs.nvidia.com/cuopt/user-guide/supported-features.html
328336
[Multi Itinerary Optimization]: https://samples.azuremaps.com/rest-services/mio
337+
[NVIDIA cuOpt]: https://www.nvidia.com/en-us/ai-data-science/products/cuopt/
329338
[Route Directions]: /rest/api/maps/route/post-directions
330339
[Route Matrix]: /rest/api/maps/route/post-route-matrix
340+
341+
[Azure Maps code samples]: https://samples.azuremaps.com/
342+
[Azure Maps Route Directions API]: /rest/api/maps/route/post-directions
343+
[Azure Maps Route Matrix API]: /rest/api/maps/route/post-route-matrix
-167 KB
Loading

0 commit comments

Comments
 (0)