pagetoken #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First, thank you for posting your work! I also had the same issue with the other project and yours definitely worked much more easily. Sorry for not doing a pull request but I wanted to get this to you before I forgot.
1
a very small issue: capitalization is not consistent throughout and sometimes your demo doesn't use the correct capitalization. ex: you say to use
$google_places->pageToken
when it should be$google_places->pagetoken
2
The pagetoken doesn't work.
Here's how I was able to get it to work (added just above
$querystring = '';
):One other thing on a similar vein, but not really specific to this project. Google definitely limits a particular search to 60 results. I had hoped that I could just spend more of my quota in order to get an exhaustive dataset, but apparently that isn't possible without a bunch of legwork. The only way I can think of to accomplish this is to do a whole ton of small radius searches - resulting in something like this: http://cdn2.techworld.com/cmsdata/slideshow/3310742/09_crop_circles_thumb555.jpg
heya @bristweb I'm going to move your comment to a new issue. Seems like a great idea for a future enhancement!