Warning
This feature is available in the Full MapKit SDK version
MMKSearchShowtimesObjectMetadata
@interface MMKSearchShowtimesObjectMetadata : NSObject <MMKBaseMetadata> |
Event schedule snippet.
Summary
Class methods
+ (nonnull MMKSearchShowtimesObjectMetadata *)showtimesObjectMetadataWithTitle:(nonnull NSString *)title |
Properties
@property (nonatomic, readonly, nonnull) NSString *title; |
@property (nonatomic, readonly, nonnull) NSArray<MMKSearchShowtime *> *showtimes; |
Class methods
showtimesObjectMetadataWithTitle:showtimes:
+ (nonnull MMKSearchShowtimesObjectMetadata *)showtimesObjectMetadataWithTitle:(nonnull NSString *)title |
Properties
title
@property (nonatomic, readonly, nonnull) NSString *title; |
Event title.
showtimes
@property (nonatomic, readonly, nonnull) NSArray<MMKSearchShowtime *> *showtimes; |
List of showtimes.