what to do when Bing api provides inaccurate results
Posted
by hao
on Stack Overflow
See other posts from Stack Overflow
or by hao
Published on 2010-03-22T16:39:20Z
Indexed on
2010/03/22
16:41 UTC
Read the original article
Hit count: 614
I am trying to use the bing Phonebook search for locations in China, but all the latitude and longitude are inaccurate. Using the following
I get multiple locations with the same latitude and longitude, and the rounding is off as well. The latitude and longitude will always end with either .x00001 or .0.
The results from the
pho:LocalSerpUrl http://www.bing.com/shenghuo/default.aspx?what=nike&where=&s_cid=ansPhBkYp01&ac=false&FORM=SOAPGN /pho:LocalSerpUrl
Is right, but the results from the returned xml is off. Also it seems users outside of China can't hit that url and get the result. So I am wondering how I can contact bing and inquire about this problem
© Stack Overflow or respective owner