I am creating an Android Application. In that I am using PlaceAutocomplete.IntentBuilder
to get address from Google.
I want to change the hint text of search box in PlaceAutocomplete view.
I am using below code for opening the PlaceAutocomplete
view.
Intent intent = new PlaceAutocomplete.IntentBuilder(PlaceAutocomplete.MODE_OVERLAY).build(this);
startActivityForResult(intent, requestCode);
Screen shot: