I m developing a map application in Android. I m using Google maps API to show results in Autocomplete textview dropdown .The results this API is returning is of the places of the entire world . I want to show results o provide solutions to places only of a particular country eg .UK How should I do it . Is there any specific flag to be set for it .
My URL : private static String SUGGETION_URL = "https://maps.googleapis.com/maps/api/place/autocomplete/json?input=%s&types=geocode&sensor=true&key=xxxxx.xxx-xxxxx";
请建议这一乌勒将返回到联合王国的场所。