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

Get List of Push Pin Details from Polygon

How do I select the list of push pins inside the polygon in bong maps. In the example below I see the push pins inside the selected polygon get highlighted but is there a code sample that i can see/use where they maybe get a list of push pins…
Vish
  • 219
  • 1
  • 6
  • 20
0
votes
1 answer

SQL Server 2016 stored procedure to function

I've created a stored procedure that uses a temp table to take the massive results of a Bing maps XML and convert it to varchar so that I can use it to retrieve several fields. The reason for converting it to varchar was because the XML was too…
user974061
  • 343
  • 1
  • 5
  • 17
0
votes
2 answers

Bing Maps API for Android GPS navigation

I want to use only place autocomplete for lat/long data. But cannot understand this paragraph from "license agreement" disallow me to use it? present or alert an end user to individual maneuvers of a route in any way that is synchronized with…
fire1
  • 82
  • 1
  • 10
0
votes
1 answer

Power BI Maps Can´t find City on Bing

I have a problem with Bing Map on Power BI. In my database I have a Place called Ribeirão Gonçalves, Piauí, Brasil (City, State, Country). I can see on the bing map website that this place does not exist on the map, and in Power BI It shows me…
user0810
  • 886
  • 5
  • 19
  • 33
0
votes
1 answer

How to change pushpin color of bings map which is loaded externally?

I am loading a bings(Microsoft) map through external source i.e., I am not creating the map. I want to change the color of pushpin which is already added to the map. When I use the following code: var map = new…
pebble
  • 331
  • 2
  • 13
0
votes
1 answer

Adding Multiple Custom Markers to Bing Maps (API) example

I've started with this example: https://code.msdn.microsoft.com/bing/Using-the-Bing-Maps-V8-Web-07e21f3a#content Which basically gives a form with a search option and present the search result in a html file. Now I'm trying to add an array of items…
Giancarlo
  • 377
  • 2
  • 6
  • 16
0
votes
2 answers

Bing Map implementation

I am not familiar the bing Map I need to display the us map for a given zip code,in a page How can i do this Can anyone help me please
Linto
  • 1,234
  • 3
  • 25
  • 41
0
votes
2 answers

JavaScript runtime error: 'Microsoft' is undefined - Bing Maps version 7

I create Microsoft bing map. JavaScript run time error('Microsoft' is undefined) come up When it is loading. function GetMap() { var vcredentials = "<%=this.credentialKey%>" //credential Key var vlatitude =…
Dev006
  • 87
  • 1
  • 13
0
votes
1 answer

How to get codebehind aspx.cs data into javascript?

I have gridview filter data. I have two column longitude and latitude. I want to populate that data on bing map. I already get the Bing map and it works fine but I want multiple longitudes and latitude data to populate on the map. What did I do?
0
votes
1 answer

Performing reverse UK postcode lookup on Bing maps

we need to get the complete postcode of a UK address but we are getting only the short part of it using Bing Maps API (or the tool). If we search for "LA7 7NH" in the tool it shows us the location on the map but if we add a marker there we get only…
Ignacio Soler Garcia
  • 21,122
  • 31
  • 128
  • 207
0
votes
1 answer

Retrieve all points within a given radius using quadkeys

Im new to GIS concepts and im learning about Quadkeys and usage. I am inserting few points with its quadkey into DB, and want to retrieve all points within a given radius using quadkeys. Assume i have a point (46,46) whose quad key on a zoom level…
0
votes
1 answer

angular-maps integration in angular 6

I am trying to add bing-maps in my project. I am using angular 6. I have followed the steps listed here, starting from installation. I got some errors which are solved now by the solution in here from stackoverflow. referring to this link again in…
s144
  • 25
  • 1
  • 4
0
votes
2 answers

Windows Phone 7 Map List Best Practices

On the IPhone, the map control allows you to switch between a list mode and map mode easily. I've been trying to find examples of this for WP7 but am at a loss. Is there a best practice for implementing a list of objects on a map? If not, do we just…
firebellys
  • 906
  • 2
  • 11
  • 26
0
votes
1 answer

WPF: Dynamically adjust the size of a grid with respect to current scale of Bing map

I am using Visual Studio Community 2017. What I have and what works: I have referenced the Bing map WPF map control DLL in my project I have a 3x3 rectangular grid with a "clickable-property": if the user clicks on a cell, a message-box tells the…
BJPrim
  • 338
  • 5
  • 20
0
votes
2 answers

BING Maps REST API using PHP

I am using Bing Maps API to Geocode addresses. I took out an example from this page https://msdn.microsoft.com/en-us/library/ff817004.aspx which was form based process, in which you have to submit the address to get longitude and latitude. Now the…
Husain
  • 119
  • 2
  • 8