Upcoming changes to Bing Maps Calculate a Route API Parameter on 7/20/2025

Srijit Lahiri 20 Reputation points
2025-06-24T20:04:26.4833333+00:00

Hi,

We have received communications on upcoming changes to the Bing Places Calculate a Route API and being an existing subscriber to the API would like to regression test our code for the Bing changes in a test/sandbox environment different from production before the Bing production change on 7/20.  Please let us to know the access details(e.g. different URL, keys, etc. if any).

Thanks.

Bing | Bing Search APIs | Bing Entity Search API
{count} votes

Accepted answer
  1. Manas Mohanty 6,370 Reputation points Microsoft External Staff Moderator
    2025-07-03T03:26:54.9866667+00:00

    Hi Srijit Lahiri

    Appreciate the screenshot. Went through the documentation.

    wp.n is supported format for as per this document. https://learn.microsoft.com/en-us/bingmaps/rest-services/routes/calculate-a-route

    Was not sure on syntax issue on input used in wp.0, confirmed from screenshot.

    You are using plus signs in waypoint inputs.

    wp.0=555+Imperial+BH+BBrea+CA+92821

    It should be

    wp.0=555 Imperial Hwy Brea CA 92821 (spacing and commas allowed does not mention using plus signs)

    Could you use it like wp.1 and wp.2 instead of wp.0 and wp.1

    Reference used: https://learn.microsoft.com/en-us/bingmaps/rest-services/routes/calculate-a-route#template-parameters

    User's image Requesting to accept this answer if it fixes the issue with above pointers.

    Thank you for understanding.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.