I want to do same like attached photo. Where user can search or choose current location.
Asked
Active
Viewed 399 times
-1

Rohan Patel
- 1,758
- 2
- 21
- 38
-
You need to use `google cloud places web api` ... this feature can't gained using `geocoding` – Hanzala Apr 20 '19 at 04:22
1 Answers
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