Tagged Questions
0
votes
1answer
175 views
Localities around a particular latlang
I require list of localities around a particular latitude and longitude through Google Places.
Currently I'm making a call as
...
0
votes
1answer
170 views
google lat lng not being returned consistently for an address
i am using the following javascript code and it was working. suddenly, it started returning only the longitude and the latitude was null.
Why am I getting this kind of sporadic response ? Any clue ?
...
0
votes
1answer
450 views
How to get phone number of a Place using Google place API or any other better APIs
I tried Google place API, it's returning phone for a place "formatted_phone_number" or "international_phone_number".
But it is not returning for all places (just for 1 in 100 places). But, Currently ...
1
vote
2answers
455 views
Passing current location ( longitude and latitude ) in the Google Places API
am trying to integrate Google Places API into my app.
Now I am finding out my current location of the Phone, how do I embed the longitude and latitude which I have got into the following URL instead ...
0
votes
3answers
4k views
Get nearby locations using google places api in php/codeigniter
I have to fetch results of nearby locations within 2 km of my given latitude/longitude values. Have to do it using Google Places API. Details go here:
...