Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added pagetoken args to Places, Updated URI #48

Closed
wants to merge 1 commit into from

Commits on Jul 9, 2014

  1. Update Google Place API

    exports.places has been updated with pagetoken args which is necessary
    to get subsequent places as the initial request returns 20, pagetoken
    must be passed to get additional places from a location.
    
    Also updated the URI to the new Google places URI as documented here
    https://developers.google.com/places/documentation/search, the lat/lon
    arguments were also failing on the stringily command which was
    converting the +, into ascii hex codes and passed to the created URI
    Lorenzo Lee committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    858c086 View commit details
    Browse the repository at this point in the history