GooglePlaces Framework Reference

GMSPlaceOpenStatus

enum GMSPlaceOpenStatus : NSInteger {}

Describes the current open status of a place.

  • The place is open.

    Declaration

    Swift

    case open = 0

    Objective-C

    GMSPlaceOpenStatusOpen
  • The place is closed.

    Declaration

    Swift

    case closed = 1

    Objective-C

    GMSPlaceOpenStatusClosed
  • The place open status is unknown.

    Declaration

    Swift

    case unknown = 2

    Objective-C

    GMSPlaceOpenStatusUnknown