furious-luke / django-address

A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.
BSD 3-Clause "New" or "Revised" License
429 stars 180 forks source link

Add support for Yandex geocoding service #106

Open TheLazzziest opened 4 years ago

TheLazzziest commented 4 years ago

Hi, it would be great if support of Yandex geocoder could also be added in the future releases. Is it possible?

banagale commented 4 years ago

Hello, thanks for the feature request. Right now we're focused on code quality and a model rearchitecture headed toward version 0.3.0.

I agree that wider support for geocoding services should be included in the library. I created a follow-up milestone, 0.3.1, which is to focus on features.

While I think a broader issue needs to be made to focus on how geocoding should be supported, such as the methods and where the code should live, I'm setting this issue for that milestone for now to help focus that release.