GooglePlaces Framework Reference

GMSOpenNowStatus

enum GMSOpenNowStatus : NSInteger {}

Describes the current open status of a place.

  • The place is open now.

    Declaration

    Swift

    case yes = 0

    Objective-C

    GMSOpenNowStatusYes
  • The place is not open now.

    Declaration

    Swift

    case no = 1

    Objective-C

    GMSOpenNowStatusNo
  • Whether the place is open now is unknown.

    Declaration

    Swift

    case unknown = 2

    Objective-C

    GMSOpenNowStatusUnknown