Click here to Skip to main content
15,895,192 members
Everything / Bing maps

Bing maps

bing-maps

Great Reads

by Ankur Rawat
Detect whether the event is click event or drag event of pushpin, performed by user in Bing Map

Latest Articles

by Ankur Rawat
Detect whether the event is click event or drag event of pushpin, performed by user in Bing Map

All Articles

Sort by Score

Bing maps 

27 Feb 2017 by Ankur Rawat
Detect whether the event is click event or drag event of pushpin, performed by user in Bing Map
24 Oct 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
URL seems to be wrong.Check - Location via Point[^]
9 Mar 2017 by Graeme_Grant
Google has some great answers: wpf bing maps pushpin - Google Search[^] Like this one: Bing Maps on WPF and custom PushPin tutorial for PixelSense - Dennis van der Stelt[^]
7 Jun 2015 by Member 11748205
I have to a Silverlight for Windows Phone 8.1 project and I must use bingmap. When I click on the map I want to take location(Latidude , Longtitude) of the this point. How can I do?
16 Oct 2015 by sandy.L
I am trying to develop a windows phone 8.1 application.(not silverlight). I need to locate my current location and also nearest location. (i.e geographic points of interest within a given proximity (e.g. 10km) filtered by category, such as "restaurants","petrol bunks","hotels" etc.)With the...
16 Oct 2015 by Krunal Rohit
First try to access your current location.By using Windows.Devices.Geolocation, you can access thatasync private void GetLocation(){ var geolocator = new Geolocator(); geolocator.DesiredAccuracyInMeters = 100; // specify your range Geoposition position = await...
20 Oct 2015 by sandy.L
Using data services like spatial data service, NAVTEQ data source, REST is it possible to get the nearby locations from the current locations in India.(using windows phone 8.1)I want to particularly display the nearby locations in map control.Help me..
10 Nov 2015 by Michael Drexler
Hey guys,I am already searching many hours for a solution to display a calculated route with multiple waypoints on a bing map within my WPF application.For my WPF application I am using MVVM light. So I have my own "MapWindow.xaml" and a View Model called "MapVM.cs".Within my map I...
10 Mar 2017 by Dan Desjardins
I needed to add a Bing Map implementation to a winforms application written in VB.What I have tried:It wasn't that hard using the WPF Interoperability control. Once I created the WPF map control I was able to import it into my project and it works fine. My problem is that there is...
10 Mar 2017 by Dan Desjardins
Thanks Graeme - I did run across that one - but decided to run through each step of it slowly and deliberately. In doing so I found out how to do what I needed - so, although this was still more about working entirely within WPF, I was able to "interpolate" what I needed. So for anyone else...
13 Oct 2017 by Member 13463597
I am working with Bing Maps API. What I am trying to accomplish is to have an infobox popup onclick with the zipcode location of the location clicked. The code below is what I have so far but it is not working. I either get the "object Object" error or "object undefined" error or like with the...
10 Jul 2018 by Raja VK Ganta
We are calling Bing Map 8 in WebBrowser control for a Win Forms Application. After Loading Bing Map 8 in WebBrowser control and once we switched the map view to Streetside view, we were not able to move the map from left to right or in a 360 degree turn by using Mouse Dragging in Windows 10 OS ...
4 Oct 2018 by Frank R. Haugen
Background I'm working on personal project, (a mobile app), in which geolocation is a feature. The users log a location in a MongoDB, (if commercially viable, it'll be an Azure CosmosDB, but for now I'm testing with simulated data locally). To account for scale, I'm developing with the mind that...
4 Oct 2018 by Frank R. Haugen
The solution is to use html and the many bing maps functions available there. E.g heatmap
24 Oct 2014 by B. Clay Shannon
Based on code on p. 255 of Wrox's Pro Windows 8 Programming[http://p2p.wrox.com/book-professional-windows-8-programming-application-development-c-xaml-703/], I am trying to call virtualearth's REST API like so:async internal static Task GetCivicAddress(Location location){ ...
25 Oct 2014 by B. Clay Shannon
One of those links provided by a commenter led me to another link here , from which I ended up wit this, which works:HttpClient http = new HttpClient();String httpqry = String.Format("http://dev.virtualearth.net/REST/v1/Locations/{0},{1}?o=xml&key={2}", location.Latitude.ToString(),...
22 Jun 2018 by Member 4425308
I have question for you have a project form for desktop app. now I edited to bingmaps so.. How can I do this? When I click on the table row, the city in the cell is shown on top of the map. What I have tried: I have question for you have a project form for desktop app. now I edited to bingmaps...