Map style: road. Map shortcuts: Zoom out: hyphen. Zoom in: plus. Pan right 100 pixels: right arrow. Pan left 100 pixels: left arrow. Pan up 100 pixels: up arrow. Pan down 100 pixels: down arrow. Rotate 15 degrees clockwise: shift + right arrow. Rotate 15 degrees counter clockwise:...
Map multiple locations, get transit/walking/driving directions, view live traffic conditions, plan trips, view satellite, aerial and street side imagery. Do more with Bing Maps.
Enterprise account customers can continue to use Bing Maps Calculate a Route API until June 30th, 2028. To avoid service disruptions, all implementations using Bing Maps Calculate a Route API will need to be updated to use Azure Maps Route Directions API by the retirement date that applies to ...
This article describes the Bing Maps Isochrone API and outlines API limits, URL templates, template parameters with descriptions, an example that shows how to request an isochrone and HTTP status codes.
Bing Maps now provides more accurate trip times when calculating directions around the globe. Bing Maps now supports traffic-aware routing worldwide, including Clearflow technology that predicts traffic on roads that do not provide live traffic data. This technology has worked well in the United Sta...
Bing Maps Calculate an Isochrone API retirement Bing Maps Calculate an Isochrone API is deprecated and will be retired. Free (Basic) account customers can continue to use Bing Maps Calculate an Isochrone API until June 30th, 2025. Enterprise account customers can continue to use Bing Maps Calculat...
Enterprise account customers can continue to use Bing Maps Calculate a Route API until June 30th, 2028. To avoid service disruptions, all implementations using Bing Maps Calculate a Route API will need to be updated to use Azure Maps Route Directions API by the retirement date that applies to ...
Bing Maps Calculate an Isochrone API retirement Bing Maps Calculate an Isochrone API is deprecated and will be retired. Free (Basic) account customers can continue to use Bing Maps Calculate an Isochrone API until June 30th, 2025. Enterprise account customers can continue to use Bing Maps Calculat...
When we converted the ActiveX version of Bing Maps Trip Optimizer to be a Windows 8.x Store app, we maintained the use of JavaScript and C++. However, if you were to create this app from scratch, you could use other languages. For example, you could use XAML to define your UI and th...
directionsManager = new Microsoft.Maps.Directions.DirectionsManager(map); //Create waypoints to route between. directionsManager.addWaypoint(new Microsoft.Maps.Directions.Waypoint({ address: 'London, UK' })); directionsManager.addWaypoint(new Microsoft.Maps.Directions.Waypoint({ address: 'Paris, FR' ...