GooglePlaces Framework Reference
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-01-28 UTC.
[null,null,["Last updated 2025-01-28 UTC."],[[["`GMSPlaceProperty` objects represent specific data points, like phone numbers or addresses, that can be requested for a place."],["To retrieve meaningful information about a place, you must specify the desired properties using `GMSPlaceProperty` constants."],["When working with `GMSPlaceLikelihoodList`, certain properties like phone number, website, and address components are unavailable."],["Refer to the official Google Places iOS SDK documentation for a complete list of supported `GMSPlaceProperty` values and their usage."]]],["`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"]]