Azure map migration question

Balasaheb Molawade 136 Reputation points
2022-10-28T04:45:28.507+00:00

Hi,

We are using BingMap v8. We are using DirectionManager of Bingmap v8 to get directions between multiple waypoints.

We are planning to use Azure map. Before that, we wanted to make sure all Bingmap functionality was available in the azure map. We are not able to find the direction manager in Azure. We found https://samples.azuremaps.com/?sample=simple-rest-directions-(route) link. Is this the link we need to use or there are other links available.

Also, we need to geocode the addresses. There is a sample code in C# to geocode the address.

Thanks!

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
664 questions
0 comments No comments
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 30,511 Reputation points
    2022-10-28T12:30:40.707+00:00

    @Balasaheb Molawade You are looking at the right place for Azure Maps sample codes.

    I would suggest you start with the documentation Migrate from Bing Maps to Azure Maps for detailed comparison for the high-level list of Bing Maps features and the relative support for those features in Azure Maps. This list doesn’t include additional Azure Maps features such as accessibility, geofencing APIs, traffic services, spatial operations, direct map tile access, and batch services.

    255027-image.png

    Also, see Best practices for Azure Maps Route service, Azure Maps geocoding coverage

    Do let us know if that helps. If you have any further queries, feel free to comment on this post.

    If the response is helpful, please click "Accept Answer" and upvote it.


1 additional answer

Sort by: Most helpful
  1. rbrundritt 16,551 Reputation points Microsoft Employee
    2022-10-28T16:22:50.267+00:00

    There is an open-source module that has some UI for the services in Azure Maps: https://github.com/Azure-Samples/azure-maps-services-ui In particular, you can take the response from the route service in Azure Maps (from services module or raw json response), and pass it into the route instructions control which will generate nicely formatted route instructions: https://github.com/Azure-Samples/azure-maps-services-ui/blob/master/docs/RouteInstructionControl.md This control offers a lot more advanced custom styling options as well.

    2 people found this answer helpful.
    0 comments No comments