I am currently working on a web project where we should be able to get the exact addresses for the actions that users create. Thus, my idea was to implement autocomplete of the city and the address field of the search without using a map (the same as with one facebook when creating arrangements). As the type of user, he receives offers ... This will then be used to allow the user to find actions based on distance from a location specified in the same way. (This probably means I need the coordinates for addresses / cities)
I'm just wondering if there are any free frameworks that will allow me to do this.
source share