-1

enter image description here

I want to do same like attached photo. Where user can search or choose current location.

Rohan Patel
  • 1,758
  • 2
  • 21
  • 38

1 Answers1

0

You need to use Google Places API,

  • Place picker
  • Autocomplete

please refer below link https://stackoverflow.com/a/55045772/10579969

Place pickar can be implement by two ways

  • -Fragment
  • -IntentBuilder
Navin Kumar
  • 3,393
  • 3
  • 21
  • 46