slimkrazy / python-google-places

Simple wrapper around the new 'experimental' Google Places API
MIT License
474 stars 167 forks source link

Place as dictionary #49

Closed lawben closed 9 years ago

lawben commented 9 years ago

I am writing a small application in which I want to return the found Places as JSONs. As this is very tedious to do manually, it would be nice to have a dictionary representation of Places (and possibly whole SearchResuts).

If this is an acceptable addition, I would create a pull reques implementing a as_dict() for the classes.

lawben commented 9 years ago

I hadn't figured out, that details() alsready implements this.