moshen / node-googlemaps

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

Google Place API - Photos #97

Open vikeen opened 8 years ago

vikeen commented 8 years ago

There doesn't seem to be any logic in place to grab images from a google place photo reference.

https://developers.google.com/places/web-service/photos

Any ideas on this feature?

fabriziomoscon commented 8 years ago

The implementation for the Google Places API is not completed as specified in the README. Feel free to implement the webservice and open a PR with your code