An API providing detailed information about 100 million places, using the database behind Google Maps and Google+.
Questions tagged [google-places]
830 questions
-2
votes
2 answers
Google places API for ios, only 10 results
When you are using google places api for ios you can only get 10 results nearby. How can you show more than 10 results and browse places per category.
Regards
Aryan
-3
votes
1 answer
How to get full detail of address by google map api in laravel php
I am trying to get full detail of address by google map api but only getting few. Currently I am using package composer require lodge/postcode-lookup which is used to get address by post code
array:9 [▼
"postcode" => "M5G1M7"
"street_number" =>…

Swift Solutions
- 179
- 2
- 12
-3
votes
1 answer
stop page reload when i switch one places parks to clubs ext
i am calling initialize function on parks tag class then club tag class then map reload again i want to stop map reload and print parks when click on parks class and print clubs when click clubs class.the same functionality works on some other…

Vikram Sardana
- 9
- 3
-4
votes
1 answer
How can I know if there is a restaurant at given latitude and longitude location?
How do I know if there is a restaurant at a given lat-long location?
Can we use google maps/ google places/ Yelp/ FourSquare for the same?
Input : lat, long pair ( 1.280634,103.845392 )
Output : Meii Sushi

hemanth.b
- 53
- 5
-7
votes
1 answer
How to parse this this data in UIImageView?
How to parse this this data in UIImageView?
This is my code:
photos =(
{
height = 2988;
"html_attributions" = (
"

AMIT TIWARI
- 11