Stay organized with collections
Save and categorize content based on your preferences.
GMSPlaceProperty
typedefNSString*constGMSPlaceProperty
The properties represent individual information that can be requested for GMSPlace objects.
If no request properties are set, the GMSPlace object will be empty with no useful information.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSPlaceProperty\u003c/code\u003e objects represent specific data points, like phone numbers or addresses, that can be requested for a place.\u003c/p\u003e\n"],["\u003cp\u003eTo retrieve meaningful information about a place, you must specify the desired properties using \u003ccode\u003eGMSPlaceProperty\u003c/code\u003e constants.\u003c/p\u003e\n"],["\u003cp\u003eWhen working with \u003ccode\u003eGMSPlaceLikelihoodList\u003c/code\u003e, certain properties like phone number, website, and address components are unavailable.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the official Google Places iOS SDK documentation for a complete list of supported \u003ccode\u003eGMSPlaceProperty\u003c/code\u003e values and their usage.\u003c/p\u003e\n"]]],["`GMSPlaceProperty` defines the individual data points requestable for `GMSPlace` objects. Without specifying these properties, `GMSPlace` objects will lack data. Some properties, such as `GMSPlacePropertyPhoneNumber`, `GMSPlacePropertyWebsite`, and `GMSPlacePropertyAddressComponents`, are not supported for `GMSPlaceLikelihoodList` objects. Refer to the provided link for the detailed information about data fields.\n"],null,["# GooglePlaces Framework Reference\n\nGMSPlaceProperty\n================\n\n typedef NSString *const GMSPlaceProperty\n\nThe properties represent individual information that can be requested for [GMSPlace](../Classes/GMSPlace.html) objects.\nIf no request properties are set, the [GMSPlace](../Classes/GMSPlace.html) object will be empty with no useful information.\n\nNote: [GMSPlacePropertyPhoneNumber](../Constants/GMSPlacePropertyPhoneNumber.html), [GMSPlacePropertyWebsite](../Constants/GMSPlacePropertyWebsite.html), and\n[GMSPlacePropertyAddressComponents](../Constants/GMSPlacePropertyAddressComponents.html) are not supported for [GMSPlaceLikelihoodList](../Classes/GMSPlaceLikelihoodList.html) place objects.\nRefer to \u003chttps://developers.google.com/places/ios-sdk/place-data-fields\u003e for more details."]]