About 50 results
Open links in new tab
  1. 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.

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

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

  4. c# - Application using Bing Maps API - Stack Overflow

    Jul 26, 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 …

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

  6. javascript - how to validate bing maps api key? - Stack Overflow

    Aug 25, 2014 · I am using the leaflet bing maps plugin. How can I validate the bing maps api key before it's used by leaflet? If I allow an invalid key to be used like this: var bing_key = …

  7. 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 ago Modified 5 years ago Viewed 1k times

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

  9. How can I display a bing map in any HTML page? - Stack Overflow

    Aug 17, 2011 · Bing's got something they call "an AJAX control" that can dynamically embed generated maps into any webpage. There's an online interactive demo for the control. How …

  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 …