Warning
This feature is available in the Full MapKit SDK version
MMKSearchWorkingHours
@interface MMKSearchWorkingHours : NSObject |
Open hours for an organization.
Summary
Class methods
+ (nonnull MMKSearchWorkingHours *)workingHoursWithText:(nonnull NSString *)text |
Properties
@property (nonatomic, readonly, nonnull) NSString *text; |
@property (nonatomic, readonly, nonnull) |
@property (nonatomic, readonly, nullable) MMKSearchWorkingHoursState *state; Optional field, can be nil |
Class methods
workingHoursWithText:availabilities:state:
+ (nonnull MMKSearchWorkingHours *)workingHoursWithText:(nonnull NSString *)text |
Properties
text
@property (nonatomic, readonly, nonnull) NSString *text; |
Human-readable localized open hours description.
availabilities
@property (nonatomic, readonly, nonnull) |
Structured open hours information.
state
@property (nonatomic, readonly, nullable) MMKSearchWorkingHoursState *state; |
Current company working status
Optional field, can be nil.