Android Google Map - how to display all address of matching location? -


I have a form in which the user will type his address, but I want to create this kind of widget for this address So that whenever the user knows to type it, all the same places will be listed in the Suggestions box and the user can choose their location.

Similar functionality I have seen in the Google Maps Navigation application. Can you please tell me how such a facility is made?

if you are talking about matching locations for street address

    1. Use to get nearby places using a pair of coordinates < / P>

      I have a project that actually works like this, for some reasons it is not public, but I hope

      hopefully It helps.

  • Comments