swistakm/python-gmaps

Adding "reverse geocoding restricted by type" feature

Closed this issue · 1 comments

As explained in the gmaps api doc https://developers.google.com/maps/documentation/geocoding/intro#reverse-restricted
reverse method need 2 extra parameters, result_type dictionary and location_type dictionary.

Should be a very quick fix
https://github.com/swistakm/python-gmaps/blob/master/src/gmaps/geocoding.py#L39

fixed by #8