389 questions with Windows for home | Windows 11 | Apps tags
Bing Maps with .NET 6
My application is desktop and wpf and uses Microsoft.Maps.MapControl.WPF. The application worked fine using .NET framework 4.8 but I have now upgraded it to .NET 6. Now adding children to a map layer now no longer actually draws the added child. Has…
Developer technologies | Windows Presentation Foundation
Windows for home | Windows 11 | Apps
Developer technologies | .NET | Other

Bing Bad Address Return Ok
I ran the Sample Bing Maps REST API request. I put in my key and a bad address. These: When I run this address with my key "619 E. Memorial Rd, Oklahoma City, OK 73114" what I get is below. Now that seems to say …
Windows for home | Windows 11 | Apps
Cleanup the lines which consist of only symbols + - spaces
Hi, I want to cleanup the lines which consist of only symbols + - spaces. How can I do this?
Windows for home | Windows 11 | Apps
Bing maps - Travel distance issue
Hello, I am trying to get travel miles. Here is my code below. When I see the response, I can find the travel miles and duration and all that is expected in the response. When I am trying to assign the value of travel miles , it does not…
Azure Maps
Windows for home | Windows 11 | Apps
DISTANCE MATRIX Bing MAPs API not working for CHINA
I have no result on DISTANCE MATRIX APIfor CHINA on BING API I tested these locations on BING MAPS 31,333141, 121,445343 31,326687, 121,439011 Information of transportation AVAILABLE for the BING MAPS I tested this same…
Windows for home | Windows 11 | Apps

Bing Maps REST API Location Response Returns Neighborhood in place of City
The Bing Maps REST API Locations endpoint format seems to have changed recently. Although it doesn't appear to be documented in the API, the locality field for an address in the API response previously mapped to the city for an address. The…
Azure Maps
Windows for home | Windows 11 | Apps
Bing API Custom Overlay Flicker Bug Report
You are making it too hard to report bugs with the V8 Web API Control. The Report a Bug link doesn't even send you to this place. If you add a CustomOverlay to the map, it causes TileSource based TileLayers to flicker when you pan the map. In…
Azure Maps
Windows for home | Windows 11 | Apps

Bing maps streetside API down?
Hi, Is there a problem with the Bing maps REST API for streetside imagery? The request example given at https://learn.microsoft.com/en-us/bingmaps/articles/getting-streetside-tiles-from-imagery-metadata would return HTTP 500. I tried different…
Windows for home | Windows 11 | Apps

A specific map in BI analysis
How can I use a certain map (from https://www.govmap.gov.il/?c=204000,595000&z=0&b=0) in my BI-analysis project? Thank you in advanced.
Windows for home | Windows 11 | Apps

Newbie question: calculating distance between 2 text addresses using Bing Maps API
C# .Net Core web site. Users enter from and to address I've looked at the documentation and it looks like the API input is in coordinates. Do I need to find another API to convert text address to a coordinate or is there a converter API in…
Windows for home | Windows 11 | Apps

Is autocomplete still no supported by Bing Maps REST APIs?
Hi all, I simply want to confirm that an "autocomplete" API is still not supported by Bing Maps. Based on the REST API documentation (https://learn.microsoft.com/en-us/bingmaps/rest-services/) and previous MSDN forum posts…
Azure Maps
Windows for home | Windows 11 | Apps
Microsoft weather advice
Microsoft weather problem: The url: "https://tile-service.weather.microsoft.com/livetile/front/45.3033943,-92.86228" My code: request = WebRequest.Create(url) response = request.GetResponse() Using SR As New…
Windows for home | Windows 11 | Apps

API Excel for Bing Map for China?
Hello, I developed an Excel tool which estimates the driving distance between two coordinates. The tool uses an API linked to Bing Maps, and the tutorial: link I have tested the tool for many countries, and it works, but the tool fail to estimate…
Windows for home | Windows 11 | Apps
Microsoft 365 and Office | Development | Other


Truck route API issue
Hi, When we passed both address and location parameters in waypoint then it considers address and plot route based on address not based on location because of which truck route was not plotted correctly. In Address we only pass City name but in…
Windows for home | Windows 11 | Apps
Bing Map Time zone API not working as expected.
When we call the https://dev.virtualearth.net/REST/V1/TimeZone/?targettimezoneid=America/los_angeles&key=Apikey Instead of getting the a response body with utcOffset and dstRule i get a response status code as 200 with blank body. Can you…
Windows for home | Windows 11 | Apps

Telerik RadMap Tile Caching Legality
Hi, I'm working on an application that can display a map where internet connection may or may not be present at startup. The Telerik RadMap control has a MapTile caching feature that would enable the needed map tiles to be displayed when starting up…
Windows for home | Windows 11 | Apps
Getting error when use Directionmanager
Hi, We are getting below issue when we try to add some addresses in direction manager and try to plot the route. Once this issue occurred then nothing works properly like pushpin and polygon floating on map and zoom in/zoom out not working. …
Azure Maps
Windows for home | Windows 11 | Apps
Issue with ESD after Bing Api changes
Hi, I am faced with issue with Bing maps. I use Easy Street Draw version 6.4.9487.570. The software has been configured to work with Bing Maps as Geocode Service, and the map service is TMS. I tried with all type Api keys without positive…
Windows for home | Windows 11 | Apps

bing maps issue in Canada and US
Hello, We have noticed an issue when loading specific coordinates on the free Bing maps page. Sometimes, the error (dragon boat) is appearing, sometimes it is the default local map with no error message or if you attempt to open the URL multiple…
Windows for home | Windows 11 | Apps

Trouble creating isochrone kml from Bing maps
I'm trying to create an isochrone kml file to use elsewhere (Excel 3D maps), based on 2hrs driving time to London Stansted Airport. Following the instructions at https://learn.microsoft.com/en-us/bingmaps/rest-services/routes/calculate-an-isochrone…