GooglePlaces Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSAutocompleteSuggestion
@interface GMSAutocompleteSuggestion : NSObject
This class represents a suggestion of a full query based on a partially typed string.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSAutocompleteSuggestion\u003c/code\u003e provides a query suggestion based on a partially typed string.\u003c/p\u003e\n"],["\u003cp\u003eIt offers a place suggestion using the \u003ccode\u003eplaceSuggestion\u003c/code\u003e property, represented by a \u003ccode\u003eGMSAutocompletePlaceSuggestion\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# GooglePlaces Framework Reference\n\nGMSAutocompleteSuggestion\n=========================\n\n @interface GMSAutocompleteSuggestion : NSObject\n\nThis class represents a suggestion of a full query based on a partially typed string.\n- `\n ``\n ``\n `\n\n ### [placeSuggestion](#/c:objc(cs)GMSAutocompleteSuggestion(py)placeSuggestion)\n\n `\n ` \n [GMSAutocompletePlaceSuggestion](../Classes/GMSAutocompletePlaceSuggestion.html) based on a partially typed string. \n\n #### Declaration\n\n Swift \n\n var placeSuggestion: ../Classes/GMSAutocompletePlaceSuggestion.html? { get set }\n\n Objective-C \n\n @property (nonatomic, nullable) ../Classes/GMSAutocompletePlaceSuggestion.html *placeSuggestion;"]]