Questions tagged [bing]

Bing (formerly Live Search, Windows Live Search, and MSN Search) is a web search engine (advertised as a "decision engine") from Microsoft. Features include search, maps, and translator.

Bing (formerly Live Search, Windows Live Search, and MSN Search) is a web search engine (advertised as a "decision engine") from . Bing was unveiled by Microsoft CEO Steve Ballmer on May 28, 2009 at the All Things Digital conference in San Diego. It went fully online on June 3, 2009, with a preview version released on June 1, 2009.

Notable changes include the listing of search suggestions as queries are entered and a list of related searches (called "Explore pane") based on semantic technology from Powerset that Microsoft purchased in 2008.

In October 2011, Bing announced it is working on new back-end search infrastructure, with the goal of delivering faster and slightly more relevant search results for users. Known as “Tiger,” the new index-serving technology is being incorporated into Bing globally starting in August 2011.

Bing currently powers all searches.

Useful Links

893 questions
0
votes
1 answer

Bing Map Repeating Tiles

I ran into a issue were the tile on the Bing Map repeat themselves for a given coordinate. Has anyone seen this issue? Its bizarre. The application is .net 3.5, C# and Win Forms. The API key for Bing maps is valid and the service URL used is…
thechrisberry
  • 177
  • 1
  • 18
0
votes
1 answer

finding location bing map in c#

I was writing an windows phone application using visual phone sdk which give me location of entered address. I was able to do it(Look at below code) but it always redirect to bing maps in next page. But I wanted to add a map and a text field at same…
Naman
  • 991
  • 2
  • 10
  • 20
0
votes
1 answer

Bing map and knockout.js

I am trying to display Bing Map inside knockout.js foreach loop. But I am getting an error message "TypeError: ft is null". However, if I donot include knockout.js then it is working fine. But I need to use foreach loop of knockout.js in my…
Abhisek Mishra
  • 269
  • 3
  • 15
0
votes
2 answers

C# Prevent WP browser from opening Bing app

I am trying to make a Windows Phone 8 web browser type application but my problem is that trying to use bing.com to display search results always opens the Bing search app. Now this is very helpful for users of the native browser because the Bing…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
0
votes
1 answer

How does Bing video search get thumbnails and make previews of videos?

And is it possible for me to do something similar without enormous amount of effort? Background info: I have a large collection of urls from sites like youtube, metacafe etc. I would like to make a page with previews of all of the videos - at least…
Fonze
  • 1
  • 2
0
votes
1 answer

Bing Maps Transaction Tracking

I have an Enterprise license for Bing Maps which enables me to view my transactions, but what I'd like to be able to is also break the transactions down by user. I'd like to know if certain customers are racking up higher than expected…
cagreen
  • 1,627
  • 1
  • 14
  • 29
0
votes
1 answer

Bing map & Hub Windows Store App Theme

Hello i want to place the Bing Map in the 1st HubSection but i get a very small box containing the map instead of having the whole Section.
Stefanos Chrs
  • 2,228
  • 3
  • 19
  • 46
0
votes
1 answer

how to parse Bing CSE data - How to receive sub_title from json

I'm using Bing cse to receive information in my program and I am having trouble prasing the whole bing search data. there is a json format example: {u'Web': [{ u'Description': u"Discription", u'DisplayUrl': u'DisplayedUrl', u'ID':…
OriK
  • 293
  • 1
  • 3
  • 13
0
votes
1 answer

Image Search with Bing/Azure in VB.NET

I'm trying to do a Bing Image Search Application (Azure Version), and i can't make progress. The code language is vb.net. Basically what i'm doing is trying to edit this code, that actually worked. Any Solutions ? Function ExecuteQuery() As Boolean …
0
votes
1 answer

How does the Bing traffic API bounding box work?

I am using the Bing traffic API for getting the traffic info in a particular region. As you might be aware this uses the Bounding box for providing data. I have read quite a lot about Bounding box but was not able to understand it completely(sorry…
viv
  • 6,158
  • 6
  • 39
  • 54
0
votes
1 answer

Bing Maps REST API response does not return any coordinates even response is "OK" and X-MS-BM-WS-INFO is "1"

We have a .NET application that retrieve a geolocation based on unstructured query, e.g., http://dev.virtualearth.net/REST/v1/Locations?q=Australia%20Homebush%20Bay&key= In our network the response is "OK" and returned the coordinates in JSON…
Benjsoft
  • 157
  • 2
  • 11
0
votes
0 answers

Bing map- At higher zoom Level MapPolyline goes invisible

i am making a project in bing map.I have to show driving direction on bing map. When i plot MapPolyline in bing map it is showing correctly in map,but as i increase the zoom level or as i am zooming IN. The mapPolyline goes inVisible. Please help.
0
votes
1 answer

Using the ( REST and Spatial Data Services ) inputs a location and distance from that location to search in India & other countries

I am working on an application which includes bing map with following functionality User inputs a location and distance from that location to search. Bing Maps REST Services Locations API is used to geocode the location. Bing Spatial Data…
Anupam Mishra
  • 3,408
  • 5
  • 35
  • 63
0
votes
2 answers

Not able to understand Bing JSON response

My code: NSString *urlString = [NSString stringWithFormat:@"%@%@%@%@", @"http://api.search.live.net/json.aspx?Appid=am hiding the appid &query=",text,@"&sources=web&web.offset=",offvalue]; NSURL *url = [NSURL URLWithString:urlString]; NSData *data =…
TryingToLearn
  • 365
  • 2
  • 4
  • 15
0
votes
1 answer

Maps in Excel Power View

I have an analysis service implementation for my data in SQL SERVER 2012. Now I want to create a geographic (map) report for my data in Excel power view reports. When I add all my data in the report and click the map icon, it states that "The map…