Speed Limit Data

Derksen, Gerry 1 Reputation point
2021-03-11T19:01:32.387+00:00

Do you supply speed limit data in your api or do I need to access that from a third party? If the latter, do you have a suggestion for who?

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
597 questions
Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
246 questions
{count} votes

2 answers

Sort by: Most helpful
  1. rbrundritt 15,391 Reputation points Microsoft Employee
    2021-03-11T19:11:43.523+00:00

    The Azure Maps reverse geocoding service does have an option to return speed limits: https://learn.microsoft.com/en-us/rest/api/maps/search/getsearchaddressreverse Set the returnSpeedLimit parameter to true.

    The routing service in Azure Maps provides details on the current effective speed of traffic on the road depending on current or predicted traffic. This isn't the speed limit but instead tells you what the speed of vehicles are, or likely to be. The vector traffic flow tiles also provide the raw traffic flow information which can be used for seeing this info in bulk.

    0 comments No comments

  2. IoTGirl 2,976 Reputation points Microsoft Employee
    2021-03-12T23:11:15.273+00:00

    Hi @Derksen, Gerry ,

    Can you give us your scenario for speed limits? We have multiple map APIs as Ricky mentions. For example https://blogs.bing.com/maps/2020-03/new-enhancements-to-bing-maps-routing-and-logistics-apis

    1. Calling a route without traffic will use posted speed limits
    2. Calling a route with traffic will use predicted / ambient speeds as explained by Ricky

    If the scenario that needs the speedlimit is to do with routing, you can change how you call the API to get different predicted routes and values.

    Sincerely,
    IoTGirl

    0 comments No comments