moshen / node-googlemaps

A simple way to query the Google Maps API from Node.js
MIT License
560 stars 148 forks source link

Added pagetoken parameter to places search API #26

Closed brandonwamboldt closed 10 years ago

brandonwamboldt commented 11 years ago

I want to be able to add paginated results to my application, but the API call is missing a pagetoken parameter.

See: https://developers.google.com/places/documentation/search

No BC breaks, very minimal change.

mattcreager commented 11 years ago

:+1: