GooglePlaces Framework Reference

  • GMSPlaceField is an enumeration defining fields for requesting specific data about a GMSPlace.

  • Requesting place data requires setting GMSPlaceField values, otherwise the GMSPlace object will be empty.

  • GMSPlaceFieldPhoneNumber, GMSPlaceFieldWebsite, and GMSPlaceFieldAddressComponents are not supported for GMSPlaceLikelihoodList objects.

  • Refer to the official Google Places documentation for detailed information about place data fields and their usage.

GMSPlaceField

enum GMSPlaceField : uint64_t {}

The fields represent individual information that can be requested for a GMSPlace object. If no request fields are set, the GMSPlace object will be empty with no useful information.

Note: GMSPlaceFieldPhoneNumber, GMSPlaceFieldWebsite and GMSPlaceFieldAddressComponents are not supported for GMSPlaceLikelihoodList place objects. Please refer to https://developers.google.com/places/ios-sdk/place-data-fields for more details.