Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a project and in that I've to perform place search for this I'm using Place search API provided by Google. But, the result what I'm getting from Google Map is totally different from the result I'm getting through web api. Like when I'm performing text search operation for "Taxi Operator In Barcelona Spain" on Google Map I'm getting only 3 records showing taxi operators but through web api I'm getting 19 results which include hotels and other information also but the main point to notice is that the operators which Google map showing are not present in 19 results of web api.

I also used to pass type "taxi_stand" but after passing this I'm getting 0 result from api.

Web Api:

https://maps.googleapis.com/maps/api/place/textsearch/xml?query=taxi+operator+in+barcelona+Spain&key=API_Key&types=taxi_stand

Please suggest me what mistake I'm doing or provide me the proper solution for this.

Thanks & Regards,
Posted
Updated 11-Jun-15 20:51pm
v2
Comments
[no name] 12-Jun-15 0:45am    
Probably a bug in your code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900