djangoautocompleteopenstreetmapgeodjango

How to provide autocomplete street addresses functionality in django?


Is there any way to provide automatic street address suggestion when user tries to enter their address in the input box using so they start getting automatic address suggestions in django.

I was searching autocomplete light but could not find specially anything related to that.


Solution

  • I've implemented this functionality with Google's Place Autocomplete. The sample code in the link is pretty spot on from memory.

    https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform