GooglePlacesSwift Framework Reference

PlaceProperty

enum PlaceProperty
extension PlaceProperty : Equatable, Hashable

The properties represent individual information that can be requested for a Place object.

If no request properties are set, the Place object will be empty with no useful information.

Please refer to https://developers.google.com/places/ios-sdk/place-data-fields for more details.

  • Undocumented

    Declaration

    Swift

    case accessibilityOptions
  • Undocumented

    Declaration

    Swift

    case addressComponents
  • all

    Undocumented

    Declaration

    Swift

    case all
  • Undocumented

    Declaration

    Swift

    case businessStatus
  • Undocumented

    Declaration

    Swift

    case coordinate
  • Undocumented

    Declaration

    Swift

    case currentOpeningHours
  • Undocumented

    Declaration

    Swift

    case currentSecondaryOpeningHours
  • Undocumented

    Declaration

    Swift

    case displayName
  • Undocumented

    Declaration

    Swift

    case editorialSummary
  • Undocumented

    Declaration

    Swift

    case formattedAddress
  • Undocumented

    Declaration

    Swift

    case iconBackgroundColor
  • Undocumented

    Declaration

    Swift

    case iconMaskURL
  • Undocumented

    Declaration

    Swift

    case internationalPhoneNumber
  • Undocumented

    Declaration

    Swift

    case isReservable
  • Undocumented

    Declaration

    Swift

    case numberOfUserRatings
  • Undocumented

    Declaration

    Swift

    case photos
  • Undocumented

    Declaration

    Swift

    case placeID
  • Undocumented

    Declaration

    Swift

    case plusCode
  • Undocumented

    Declaration

    Swift

    case priceLevel
  • Undocumented

    Declaration

    Swift

    case rating
  • Undocumented

    Declaration

    Swift

    case regularOpeningHours
  • Undocumented

    Declaration

    Swift

    case reviews
  • Undocumented

    Declaration

    Swift

    case servesBeer
  • Undocumented

    Declaration

    Swift

    case servesBreakfast
  • Undocumented

    Declaration

    Swift

    case servesBrunch
  • Undocumented

    Declaration

    Swift

    case servesDinner
  • Undocumented

    Declaration

    Swift

    case servesLunch
  • Undocumented

    Declaration

    Swift

    case servesVegetarianFood
  • Undocumented

    Declaration

    Swift

    case servesWine
  • Undocumented

    Declaration

    Swift

    case supportsCurbsidePickup
  • Undocumented

    Declaration

    Swift

    case supportsDelivery
  • Undocumented

    Declaration

    Swift

    case supportsDineIn
  • Undocumented

    Declaration

    Swift

    case supportsTakeout
  • Undocumented

    Declaration

    Swift

    case timeZone
  • Undocumented

    Declaration

    Swift

    case types
  • Undocumented

    Declaration

    Swift

    case viewportInfo
  • Undocumented

    Declaration

    Swift

    case websiteURL
  • Returns a Boolean value indicating whether two values are not equal.

    Inequality is the inverse of equality. For any values a and b, a != b implies that a == b is false.

    This is the default implementation of the not-equal-to operator (!=) for any type that conforms to Equatable.

    Declaration

    Swift

    static func != (lhs: Self, rhs: Self) -> Bool

    Parameters

    lhs

    A value to compare.

    rhs

    Another value to compare.