I want a solution for this issue please suggest what to do , I want search result of a Specific country only from google's PlaceAutocomplete
, how can i set filter so that it only shows result for a that country only like If i want search result if available for India only how it can be done? Is it possible with PlaceAutocomplete
?
code :
try {
Intent intent = new PlaceAutocomplete.IntentBuilder(PlaceAutocomplete.MODE_OVERLAY).build(activity);
startActivityForResult(intent, 1);
} catch (GooglePlayServicesRepairableException e) {
e.printStackTrace();
} catch (GooglePlayServicesNotAvailableException e) {
e.printStackTrace();
}
as in screenshot it shows result of world wide, i only want of a specific country