
Multiple Custom Markers with Bing Maps API - Stack Overflow
Sep 17, 2016 · I've got the code to add multiple markers with infoboxes with Bing Maps API, currently using default pin markers. I know there's documentation on adding a custom marker but I'm looking …
Migrating from "Bing Maps" to "Azure Maps" - Stack Overflow
May 25, 2024 · Maps UI – Fairly popular open source Native Map SDK. MapLibre Native – MapLibre is the underlying rendering engine of the Azure Maps Web SDK and also the recommended control to …
How to get the distance of a route using Bing maps API?
How to get the distance of a route using Bing maps API? Asked 5 years, 5 months ago Modified 5 years, 5 months ago Viewed 1k times
c# - How can I retrieve Latitude and Longitude of a postal address ...
Jan 16, 2021 · Microsoft has an official BingMapsRESTToolkit which helps you to work with Bing Maps REST Services easily. To do so, you need to install BingMapsRESTToolkit NuGet Package. Here, …
Usage limit on Bing geocoding vs Google geocoding? [closed]
Jun 25, 2016 · It's a bit old but still relevant. For Bing Maps there are two different ways to geocode address. The first is with batch geocoding which has the limits outlined by alfski. The second option …
Bing maps API key (credentials) - Stack Overflow
Apr 24, 2012 · The client application needs knowledge of the key in order to authenticate with the Bing Maps' servers and, since Javascript code cannot ever be completely obfuscated, it will always be …
c# - Application using Bing Maps API - Stack Overflow
Jul 25, 2010 · I need to create an application where user can enter Longitude and Latitude in TextBox and it will show a MAP using BING API. I need to show the Acquisition Date of Bird's Eye View and …
Get user's location (latitude, longitude) with Bing or Google Maps API
Jan 18, 2012 · 9 is there a way to retrieve a latitude & longitude of the user using Bing Maps API or Google Maps API. I think I saw an code snippet where a "autolocate me" feature was used to mark …
Using BING Maps API to get the cords of a location
Mar 6, 2024 · Also consider using Azure Maps instead of Bing Maps. Azure Maps is Microsoft's "newer" map platform (released 5 years ago). It's v2 search/geocoding services have the same data as Bing …
How fetch JSON from Bing Maps API? - Stack Overflow
Jun 4, 2021 · I want to use the Bing Maps API to get the coordinates of a location or an address using Javascript. I generated the request as follows: http://dev.virtualearth.net ...