About 50 results
Open links in new tab
  1. Migrating from "Bing Maps" to "Azure Maps" - Stack Overflow

    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 use for iOS and …

  2. 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 …

  3. Bing maps API key (credentials) - Stack Overflow

    May 1, 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 …

  4. Open a Bing Maps map of the world and put a pushpin on a location in ...

    Given a Bing Maps API key, Python 3 and the location on a Bing Map of a city, as given by for example import geocoder # pip install geocoder g = geocoder.bing ('Mountain View, CA', key=BING_KEY) pri...

  5. How to get the keys of Azure Bing Maps API for Enterprise using ...

    Jun 15, 2020 · I have created Bing Map API in azure portal and there are two keys generated for Bing Maps API. I need to fetch those keys by using powershell. I have not created any keys in it.

  6. 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, …

  7. How to get address (city,state, country, zip code) from BING map API ...

    How to get address (city,state, country, zip code) from BING map API using JavaScript? Asked 8 years, 10 months ago Modified 8 years, 10 months ago Viewed 2k times

  8. Newest 'bing-maps' Questions - Stack Overflow

    Dec 22, 2024 · I am trying to draw a circle using the Bing Maps API. It centers the map onto the correct location but the circle and the associated tag/description do not show up.

  9. Can't get location from Bing Map API - Stack Overflow

    Jan 15, 2024 · Can't get location from Bing Map API Asked 1 year, 11 months ago Modified 1 year, 9 months ago Viewed 482 times

  10. How do I use the Bing Maps API to get directions? - Stack Overflow

    Aug 15, 2015 · 2 So I have this python program that has input longitude latitude and destination The longitude and latitude are the current long and lat of the user, and the destination is a string of the …