2,105 questions with Windows for home | Windows 11 | Apps tags
Bing Maps API Avoid Ferry Programmatically
directionsManager.setRequestOptions({ distanceUnit: Microsoft.Maps.Directions.DistanceUnit.miles, routeMode: Microsoft.Maps.Directions.RouteMode.driving, routeAvoidance: [Microsoft.Maps.Directions.RouteAvoidance.avoidFerry] }); i'm trying to…
Windows for home | Windows 11 | Apps
Requeting better Map reporter
Happy New Year Azure Maps team! I would love to point out that when I click feedback ink it only shows a map with points but no feedback box as shown in the below comment. Also please give support to put Bing Map data into Azure maps so I can suggest…
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
Windows for home | Windows 11 | Apps
Bing Maps not working in hololens build in Digital twins with Azure Digital Twins and Unity Tutorial
Hello I am doing the tutorial for "Build mixed reality digital twins with Azure Digital Twins and Unity" I have gone through the tutorial and everything works great in Unity editor at runtime in my project and the provided…
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
Windows for home | Windows 11 | Apps
HoloLens | Development
The process of creating immersive mixed reality applications for Microsoft HoloLens,
Bing Maps Traffic API: start end endpoint of traffic incident
Hi, I used the Bing traffic API for gathering construction zone information for for my bachelor thesis (see https://learn.microsoft.com/en-us/bingmaps/rest-services/traffic/get-traffic-incidents, type=2 for construction zones). Since I want to…
Windows for home | Windows 11 | Apps
bing geo api - wrong values
Hi everyone newbie here just learning, i have an address that i am trying to geocode, my code seems to be working correctly but the bing api is giving me different results to bing maps - im expecting the maps geocode answer back if i hit bing maps…
Windows for home | Windows 11 | Apps
Displaying Bing Map in my website
How can I display the location of my devices on the Bing map by receiving their latitude and longitude through an API?
Windows for home | Windows 11 | Apps
How can I add action to infobox which add location of pushpin to directions manager as waypoint? (Bing Maps V8 API)
Hello I would appreciate if any of you give me advice how do I add function to add pushpin as waypoint to directions manager on click at action in infobox. Here is directions maganer code which his visible near map: …
Windows for home | Windows 11 | Apps
Imagery Metadata URL returns 401 error - how to fix?
I pasted this example URL from your Imagery Metadata webpage: https://dev.virtualearth.net/REST/V1/Imagery/Metadata/Aerial/40.714550167322159,-74.007124900817871?zl=15&o=xml&key={BingMapsKey} It returned a 401 error code 'Access was denied.…
Windows for home | Windows 11 | Apps
Bing Maps REST Imagery Metadata fails with empty 'resourceSets'
I am following the docs here: https://learn.microsoft.com/en-us/bingmaps/rest-services/directly-accessing-the-bing-maps-tiles Calling from my WPF app, I am getting the JSON responce, and all is ok, except empty resourceSets ValidCredentials, with…
Windows for home | Windows 11 | Apps
Xamarin.Forms Map, custom render OnElementPropertyChanged
Hi team. I need to implement a Map in Xamarin Forms with custom markers. I have already a MVVM Model working which works fine I had checked the Map customRender example already that uses MapRenderer. My problem is that the custom renderer is only…
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Windows for home | Windows 11 | Apps
GeoJSON, map to partition access?
Will someone ever take care of this for me? For a Windows PC / Xbox app, is there a way to partition usage with a geojson map? Basically, I want to hide an area from usage?
Windows for home | Windows 11 | Apps
MIO (Multi-Itinerary Optimization) API
I am currently working on MIO but I have some issues. Test scenario is only one of drivers needs to visit the place and pick up the product before visit the Drop off location. However, MIO responses two drivers should visit the same place (…
Windows for home | Windows 11 | Apps
Bingmap shows repeated shapes
On zooming out, we can see in the below image that the shapes are repeated Do we have any option to restrict the zooming when we get the whole map view.? TIA
Bing | Bing Search APIs | Bing Web Search API
A Bing service that gives you enhanced search details from billions of web documents.
Windows for home | Windows 11 | Apps
How find a Polyline is obstructed by a MapElement3D
Greetings, Does Windows.UI.Xaml.Controls.Maps provide methods for assessing a Polyline obstruction by MapElement3D? In summary, In other words, is it possible to find locations where a Polyline intersect MapElement3D? Thanks in advance for your…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Windows for home | Windows 11 | Apps
Bing Maps Local Search API restricted to a bounding box returns POIs outside bbox
Using the LocalSearch API, i want to get all "EatDrink" POIs inside a given bbox. The API call is however returning my POIs outside (>500m) this bbox. I don't think this is expected behavior according the documentation…
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
Windows for home | Windows 11 | Apps
Bing Maps breaks left click until right click is registered
Hello, We are currently using the Bing v8 javascript library in our application. There is an issue in chromium based browsers that is causing all left clicks to not register. We are able to reproduce this by panning the map and using the side back…
Windows for home | Windows 11 | Apps
Bing Map Issue:The specified credentials are invalid. You can sign up for a free developer account at...
Hi team, We are getting the below message in some of the client machine. "The specified credentials are invalid. You can sign up for a free developer account at...." Please assist us on this. Thanks Tahir
Windows for home | Windows 11 | Apps
OSM <> bing integration not working
Hi, I notice an issue that integration of osm iD is not working anymore. A week ago it works fine As far as I know Microsoft gives access to bing streetsview by https://wiki.openstreetmap.org/wiki/File:Bing_license.pdf iD uses following API: …
Bing | Bing Search APIs | Bing Web Search API
A Bing service that gives you enhanced search details from billions of web documents.
Windows for home | Windows 11 | Apps
pushpin for San Fransisco shape placed in sea
var cities = ["San Francisco", "Dallas", "Houston", "Los Angeles", "New York", "Philadelphia", "San Antonio"]; In Bing Maps, Am trying to place the marker for the above locations.…
Bing | Bing Search APIs | Bing Web Search API
A Bing service that gives you enhanced search details from billions of web documents.
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
Windows for home | Windows 11 | Apps
In case of multiple direction managers in bing map, how can we compare direction manager and its corresponding layer ?
Hi, We are working on Direction Module of Bing map in which we are using multiple direction managers. We have a requirement where we need to compare direction manager and it's corresponding layer. Is there any way to achieve this ?. Thanks.