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

Bing Map V8 Read GeoJson Find Centroid and add pushpin

Following is my GeoJson code to read file and dispaly data layer on bing map. I would like to find centroid for each polygon/Multipolygon inside GeoJson function and add pushpin for each centroid. When I try to find center using…
Pushkar Rathod
  • 353
  • 2
  • 7
  • 26
0
votes
1 answer

GeoJson is not working in Angular using Bing Map

Following is my angular code. I am trying to read Geoson data from file and from variable on bing map but it's not reflecting on map. What's wrong ? I am referring Bing Map SDK as…
Pushkar Rathod
  • 353
  • 2
  • 7
  • 26
0
votes
1 answer

Using set of Lat Long Create TURF on Bing Map

I have area wise set of Latitude and Longitude and want to create TURF territory on Bing Map like showing on below image. I don't know what are ways to create/draw TURF on map. I am not sure about any feature or function which is available in Bing…
Pushkar Rathod
  • 353
  • 2
  • 7
  • 26
0
votes
3 answers

Possible to rotate the map? Heading? Windows Phone 7, Bing Maps

Is it possible to rotate the map or heading? Thanks
Roger
  • 2,063
  • 4
  • 32
  • 65
0
votes
1 answer

How to to try geocoding using Bing map rest APi . Post method

I referred this: https://learn.microsoft.com/en-us/bingmaps/rest-services/using-the-rest-services-with-net and wrote the below code. public void Geocode(string BingMapKey,string addressToBeGeocoded) { Uri…
swifty
  • 165
  • 1
  • 1
  • 17
0
votes
1 answer

Azure Maps Routing Not Accurate For Duration

If I use Bing Maps Api to calculate a journey from A to B at a specific time where I know of heavy traffic on this route I get an accurate journey duration of 24 Min delay due to heavy traffic 44 Mins in total. If I use the Azure Maps Routing Api …
Paul Stanley
  • 1,999
  • 1
  • 22
  • 60
0
votes
1 answer

Credentials for Microsoft.Maps.TileSource callback

I am trying to add a custom Microsoft.Maps.TileSource() to my map. I set the uriConstructor to a WebAPI endpoint in my ASP.NET MVC application. I would prefer to require authentication of the WebAPI endpoint, but there doesn't seem to be a way to…
Philipp Schmid
  • 5,778
  • 5
  • 44
  • 66
0
votes
1 answer

Polygon on Bing Map using Local GeoJSON Object results in wrong location

Im using Bing Map v8 to draw a polygon on a map. for some reason, two different methods for doing so results in different results even though im using the same coordinates. This method as shown here works well: map = new…
buzibuzi
  • 724
  • 3
  • 15
  • 27
0
votes
1 answer

Bing Map Polygon Change Listener

I need an event listener that fetches the changes on polygon in bing maps V8. I have googled enough and found literally nothing. I did it in Google like this; google.maps.event.addListener(regionPolygon, 'click', function () { var ang =…
Cihan Kara
  • 47
  • 10
0
votes
1 answer

RentFaster Scalable Map View connected to a database

I want to implement a custom map scaling connected to a database. Similar to the map view on the Rentfaster website. Also, the RentFaster website uses Google Maps, however, I will be implementing this on Bing Maps Where would be the best place to…
Fowaz Ikram
  • 133
  • 6
0
votes
0 answers

Bing Maps WPF control on Winforms, handling click events

I'm trying to integrate Bing maps into an existing VB.Net winforms application. I've followed Ricky Brundritts guide (https://rbrundritt.wordpress.com/2012/01/05/using-bing-maps-in-winforms/) and created a WPF user control and hosted it inside an…
Slugsie
  • 851
  • 1
  • 7
  • 17
0
votes
2 answers

Excel Map Chart doesn't display region propertly

Apparently Bing doesn't recognize two regions of Costa Rica. I've tried using ISO 3166-2 and other standars but the problem is persists. Regions without ploting: Puntarenas and Limon. Is there another standard that I have to use? Thanks guys
Manuel Pena
  • 115
  • 2
  • 10
0
votes
1 answer

Azure maps Route Response To Windows.Services.Maps.MapControl

I noticed that with the Windows.Services.Maps.MapControl the : MapRouteFinderResult result = await MapRouteFinder.GetDrivingRouteFromWaypointsAsync(points, MapRouteOptimization.TimeWithTraffic); It is not possible to get the shortest route AND…
Paul Stanley
  • 1,999
  • 1
  • 22
  • 60
0
votes
1 answer

Selection States in MapItemsControl of Bing Map Silverlight control

I am new to silverlight and hence new to Bing Map Control as well. Here's what i am trying to achieve I've a viewmodel which has 2 properties and looks like this... public class Vm : INotifyPropertyChanged { private LocationCollection…
Abhishek
  • 1
  • 1
0
votes
1 answer

Hide Loading tile animation overlay bing V8

Is there a way to hide the loading tile animation overlay on Bing V8? Please help.
AKB
  • 33
  • 6