I am using google place api to search specific types like(gas_station,cafes,shopping_malls etc...) here is link i am using https://maps.googleapis.com/maps/api/place/search/json?location=41.104805,29.024291&radius=50000&types=gas_station&sensor=false&key=AIzaSyAhVKOOLN1lx6iKKnbXMT82W1cKG7O8cDY
so here i need to search all gas_stations nearby my location so here i get "
results" : [],
"status" : "ZERO_RESULTS"
But in my location some gas_stations are there(i search google map) so how can i get these results can any one help me..
Thanks for advance.