I\'m using below method to get autocomplete result for input string of GMSPlacesClient class:
- (void)autocompleteQuery:(NSString *)query boun
In your google places API url, just append
&components=country:sg here sg = country code for singapore. Append country code as per your requirement.
The country must be passed as a two character, ISO 3166-1 Alpha-2 compatible country code. you can refer Country code Of different countries