Im working on a Android application where I need to get an address (and in the future, find other address that are on a X distance from the first one, where X is another input from the user).
I was thinking on getting typing address, and from there get the latitude and longitude from Google Maps API. And last filter the close address with Haversine formula.
Maybe there is an easier way with another Google API to do all this? im just stuck on getting the address from the user so I can get the coordinates.
Thanks