ios - Getting nearby localities -


I have tried a lot and have done a lot but in the end I'm ending this query by putting here .

I have a long and long user, now I want to get all the specific areas, ie, around 500 kilometers. I searched and found that Google Places API can help me in this, but it is not bringing the right result.

  https://maps.googleapis.com/maps/api/place/ search / jason = location = 33.7167,73.0667 & amp; Radius = 500 & amp; Type = funeral_home & amp; Sensor = false & amp; Key = key   

I have given a type of "funeral_home" in the above link but the result that is brought is not funeral_home. Despite providing this type of type, it is bringing data in every way. Please give any help and thanks in advance

The parameter name is type ( No type ). Returns zero zero results (no error).

Radius parameter is actually measured in meters (not km ), with max 50,000. That change also gives 5 results (no error).

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -