Questions tagged [bing-maps]

For questions about the Bing Maps API, a cloud mapping platform provided by Microsoft's Bing. This API is used to power map experiences in Microsoft and third-party applications, including web, Windows Forms, WPF, and UWP applications.

Bing Maps is a powerful cloud based mapping platform provided by Microsoft's Bing.

It powers many map-based services such as the Bing Maps website and a number of Bing applications, including Bing Travel and Bing Weather. It is also often embedded in third-party websites using the Bing Maps API. Bing Maps provides APIs for web, Windows Forms, WPF, Windows Phone apps, and Windows UWP applications.

Technical support

Resources:

2676 questions
0
votes
1 answer

Is it possible to have multiple pushpin icons in Bing-maps DirectionsManager?

Is it possible to have multiple pushpin icons in Bing-maps DirectionsManager? I have this code which works and draws the route on the map: Microsoft.Maps.loadModule('Microsoft.Maps.Directions', function () { directionsManager = new…
Noobie3001
  • 1,230
  • 18
  • 31
0
votes
1 answer

Displaying Multiple PushPins on powerapps BingMaps using a collection

I have used a flow to return my list of locations with their co-ordinates in a collection and Now i am trying to display them on to a map using BingMaps. "Mylist" is the collection name, but i am not sure on the correct syntax to get them to…
GJB
  • 3
  • 3
0
votes
2 answers

Credentials are Either Invalid or Unspecified

I am using bing Maps in my app. When i am using the Get Directions it's showing this error. How to solve it. I googled for hours but hasn't got any help. Pleas help. These are the two services which i am…
ram
  • 3,487
  • 10
  • 33
  • 47
0
votes
2 answers

Bing Maps in React JS - Component doesn't Load when props change

I am trying to show bing maps on my React Application using props. The Maps are properly displayed on load but when the props change it will not reload the map component. I know the issue is componentDidMount() will be called only once when the…
Teja Swaroop
  • 185
  • 1
  • 12
0
votes
1 answer

Bing maps graph matching

I'm currently working with Bing maps and I am wondering if there's some built in graph matching function. What I want to achieve is, to be able to connect two or more points with lines. But these lines shall follow a street graph if possible. Is…
Martin Horvath
  • 466
  • 1
  • 6
  • 18
0
votes
1 answer

Getting current location in a WPF C# app using Geocode.Core

I'm trying to get the lat/lng of my current location of my win7 PC, I'm using Bing maps. I've had some words with the guys at the SO C# chat room and they told me about this github project. Now I've downloaded the NuGet components: Geocoding.Core…
Sam Ibraheem
  • 157
  • 2
  • 13
0
votes
1 answer

Implementing pointInpolygon search algorithm on Bing Maps with location's coordinate coming from database

I wish to determine if a given point(latitude and longitude) is found within a drawn polygon on a Bing map or not. The polygon is drawn by the user. This is what I already have