python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bing used as a Geocode
Try to use Bing as a Geocoder, have done it successfully but when trying to do a batch, only displays one result. Here is the code:
import geocoder
g = geocoder.bing([df['Address']], method='batch', ...
user17743486
Votes: 0
Answers: 1
ParsIng BIng Image Search using JQuery or Javascript Errors
I can successfully parse Bing Search JSON API correctly. Using Version 7 of both Web Search and Images. For some reason JSONLint is correct for images but but can not parse a damn thing. My JQuery cod...
Dango
Votes: 0
Answers: 0
Limit Bing API search to site/URL
https://support.microsoft.com/en-us/topic/advanced-search-keywords-ea595928-5d63-4a0b-9c6b-0b769865e78a
suggests that it is possible to limit to a particular site/URL, such as CNN. But searches like:
...
CorpusProf
Votes: 0
Answers: 0
Android: Bing Maps API - ZOOM IN programmatically
I need to make default scale of
MapView map = new MapView(this, MapRenderMode.VECTOR);
twice as large (zoom in). I'm using Android Java, no JS
user255936
Votes: 0
Answers: 1