CrazYmonkeY159
Expert Member
So something I would like to do, pretty simple, is to just do some form of single line search for locations and places of interest using Bing's Location API
Documentation is pretty simple. When I contextualize my calls with a user location using this the call just doesnt do anything I would call worthy of being used in any instance whatsoever
eg - the get request I try is
(trial key can be gotten here
anyways that call is basically searching "V A Waterfront" from a location in the city center. And the results im getting are in Langebaan. Wat?
Anybody use this API before with success? seems like using it in SA's locale is really bad. replacing my search string from "V A Waterfront Cape Town" to "KFC Cape Town" results in no results returned.
I'm asking this because apparently SA is fully supported on the API side and their Web Bing Search seems to be ok with this. What's up?
Documentation is pretty simple. When I contextualize my calls with a user location using this the call just doesnt do anything I would call worthy of being used in any instance whatsoever
eg - the get request I try is
Code:
http://dev.virtualearth.net/REST/v1/Locations/V%20A%20Waterfront%20Cape%20Town?o=json&userLocation=-33.925278,18.423889&key=[MyBingMapsTrialAPIKey]
(trial key can be gotten here
anyways that call is basically searching "V A Waterfront" from a location in the city center. And the results im getting are in Langebaan. Wat?
Anybody use this API before with success? seems like using it in SA's locale is really bad. replacing my search string from "V A Waterfront Cape Town" to "KFC Cape Town" results in no results returned.
I'm asking this because apparently SA is fully supported on the API side and their Web Bing Search seems to be ok with this. What's up?