I am using PlaceAutocomplete
for getting all the location and I have open default autocomplete location intent by using the following:
Intent intent = new PlaceAutocomplete.IntentBuilder(PlaceAutocomplete.MODE_FULLSCREEN)
.build(this);
startActivityForResult(intent, PLACE_AUTOCOMPLETE_REQUEST_CODE);
I am getting result that are different from UBER or OLA.
So anybody knows why results are different from UBER and OLA.
Thanks!