slawek87 / geolocation-python

Geolocation is a straightforward Google Maps API designed for Python users. With this app, you can easily access location-based information such as country, city, street, reverse geocode, street number, latitude, longitude, and travel distance and time for a range of origins and destinations.
http://slawek87.github.io/geolocation-python/
BSD 3-Clause "New" or "Revised" License
99 stars 44 forks source link

Fixing issue where we werent checking for sublocality if locality was not found #31

Closed johnclarkemills closed 9 years ago

johnclarkemills commented 9 years ago

I was able to find many addresses that didn't have locality, only sublocality. Here is an example:

2136 Bartow Avenue,Bronx,NY,10475

slawek87 commented 9 years ago

nice work :) pull request merged! We're waiting for next! :)

slawek87 commented 9 years ago

btw. can you update also version 0.2.2 ? :)

johnclarkemills commented 9 years ago

I would have but 0.2.2 had and out of date readme and a few other differences that were poorly documented. i just needed to get a fix live