Thomas Welfley

Results 3 issues of Thomas Welfley

If you rapidly refresh with any browser, you'll eventually see something like this: ``` Traceback (most recent call last): File "/srv/pyenv/costory/lib/python2.6/site-packages/gevent/greenlet.py", line 390, in run result = self._run(*self.args, **self.kwargs) File...

@tolu360, over in https://github.com/tolu360/react-native-google-places/issues/60#issuecomment-317367219 you suggested using the web API to retrieve place photos. Google's looming pricing/quota changes for its places, maps, and routes APIs change the situation significantly. Securing...

As discussed in https://github.com/tolu360/react-native-google-places/issues/149#issuecomment-400719161 (with some slight modifications), this adds the following Google Place Photo API wrappers for android: ```JavaScript > RNGooglePlaces.getPlacePhotosMetadata(placeID) [{ placeId: '...', photoId: '...', attributions: '...', maxWidth:...