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
2 answers

How to calculate geographic area for Bing Maps MapPolygon?

I have a Silverlight application with a Bing Map control that displays a series of editable MapPolygons that the user can resize at will. These MapPolygons are, of course, defined as geographic coordinates. How do I calculate the area of a polygon?…
user772436
  • 51
  • 11
0
votes
1 answer

How to remove Bing map (and all child controls) from tab order

Does the Bing maps control (Microsoft.Maps.Map) offer an API for removing itself (and its child controls) from the tab order? Alternatively, is there an appropriate callback (post rendering) I can use to set the tabIndex recursively on all elements…
eddiewould
  • 1,555
  • 16
  • 36
0
votes
1 answer

Bing Maps call infobox from outside table

I have a map on the left and a table on the right. I would like hoverover the table cell and it to pop up the infobox on the map. I have the map mouseover working but don't know how to call it from outside the Map. I am using MVC. The table has 50…
Beachmat
  • 45
  • 6
0
votes
0 answers

The MapControl from DevExpress refuses to show the map

I have used the demo project for the MapControl and altered it to my needs. This works so far. Now I want to repeat this in my actual project and I have copy & pasted all the code and everything is exact the same as in the altered demo project but…
GuidoG
  • 11,359
  • 6
  • 44
  • 79
0
votes
1 answer

is there any API for selecting Bingmap polyline to be edited on drawing manager?

is there any API for selecting and editing Bingmap polyline on drawing manager? I've tried to find some method about DrawingManager Class and Polyline Class for that and I got some method about setting edit drawing mode but that wasn't what I want…
0
votes
1 answer

LocationToViewportPoint issue

I have an issue with this where LocationToViewportPoint for Bing Maps is calculating based on current viewport of the map as opposed to calculating the target viewport point. The reason is because if the user is panning/zooming the map, this method…
Brian Liang
  • 7,734
  • 10
  • 57
  • 72
0
votes
2 answers

Azure Appservice Bing Maps "Invalid Credendtials"

I have a site that works by a number of webservices talking to each other, hosted on the same site. This works perfectly well in IIS. The console part of the application passes a Bing Maps key and displays Bing Maps perfectly using Geolocate. In the…
Pete Finch
  • 43
  • 2
  • 8
0
votes
2 answers

Is there a way to get addresses back from Bing SOAP Search Service?

I'm currently using Bing's SOAP Search Service in order to get points of interest around a certain location. However, the return items only have a GeoCoordinate for the location, not an address. The program is a WP7 app that maps POI, so I'd also…
codechinchilla
  • 2,129
  • 13
  • 23
0
votes
1 answer

Bing Map Route API : Route point showing lat, long not address

When click on grid item, I pass lat and long for source and destination and route display on the map. But everytime I see latitude and longitude on [A] and [B] route point instead of address. So how to display address on [A] and [B] point instead of…
Pushkar Rathod
  • 353
  • 2
  • 7
  • 26
0
votes
1 answer

How to create thumbnail/snapshot from bing maps in c# for universal solution

I have a universal solution with platform supporting Windows Phone. After the user has tapped on Bing Maps, a pin is created an snapshot of the map is also created, but this image doesn't contain the pin. I am using…
0
votes
1 answer

Bing Map API : On Right Click open popup and display latitude and longitude

In my Angular application, when I right click on bing map I want to open small pop up with input textbox, button, label. Also want to display latitude and longitude of that point into the label. I know how to open the contextMenu on right click but…
Pushkar Rathod
  • 353
  • 2
  • 7
  • 26
0
votes
1 answer

Is there any way to reload failed tile source images in bing V8?

I was creating an animated tile layer using bingv8.Animations work perfectly fine but there are some broken images in layer which failed to load during the first load.Problem is that it bing naimations loop through this array of images and won't…
AKB
  • 33
  • 6
0
votes
1 answer

Bing Maps GeoPosition on Mouse Click

I was wondering if anyone has an example of how to extract the geoposition(Lat,Lon) from a mouse click on the Bing Maps control. Pretty much I am launching the maps control, and I need to be able to take the Coordinates that are chosen via mouse…
kdun0508
  • 75
  • 10
0
votes
1 answer

Bing Maps REST Service Toolkit not working

I have downloaded Bing maps toolkit from GitHub site. Try to run it by adding my key, it throws an error, "There was an error deserializing the object of type BingMapsRESTToolkit.Response. Encountered unexpected character '<'.". Please advise.
0
votes
1 answer

Angular - Not able to redirect to another component using Bing Map push pin click

Bing Map Push pin is clicked, but Router gets undefined in the console log. so unable to redirect. If I added router.navigate in the constructor it is working perfectly. Below is my code import { Component, ViewChild, OnInit } from…
Amit Khese
  • 102
  • 11
1 2 3
99
100