GooglePlaces Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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\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."]]