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

Baffling problem with BingMaps RouteService web service reference

Hope someone can help me - this is driving me crazy!! I'm developing a WP7 app that uses Bing Maps and I need to use the RouteService webservice (found here: http://dev.virtualearth.net/webservices/v1/routeservice/routeservice.svc) in order to…
nzmike
  • 578
  • 1
  • 7
  • 25
0
votes
1 answer

Is it possible to place Bing/Google Maps autocomplete postal address textbox in desktop windows form app using C#?

I'm a noob at C#, this is my first programming language and I am currently working my way through the book C# in a Nutshell. I have started a project to automate a lot of what I do at work all day. If it is possible can anyone recommend a good place…
Logan9Fingers
  • 37
  • 1
  • 3
  • 9
0
votes
1 answer

Bing Maps Tile Source Uri constructor set custom header

i need your help. I`m using bing maps tile source. const tileSource = new Microsoft.Maps.TileSource({ uriConstructor: 'someapi', enableCors: true, minZoom, maxZoom }); I'm using REST api and it needs header for security. i can`t understand…
0
votes
1 answer

How to set language dynamically at Bing Maps JavaScript V8

The problem is that when I load Map with one language and want it to be changed to another language. I tried to achieve it this way: map.dispose() add