Warning

This feature is available in the Full MapKit SDK version

YMKSearchShowtimesObjectMetadata

@interface YMKSearchShowtimesObjectMetadata : NSObject <YMKBaseMetadata>

Event schedule snippet.

Summary

Class methods

+ (nonnull YMKSearchShowtimesObjectMetadata *)showtimesObjectMetadataWithTitle:(nonnull NSString *)title
                                                                     showtimes:(nonnull NSArray<YMKSearchShowtime *> *)showtimes;

Properties

@property (nonatomic, readonly, nonnull) NSString *title;
Event title

@property (nonatomic, readonly, nonnull) NSArray<YMKSearchShowtime *> *showtimes;
List of showtimes

Class methods

showtimesObjectMetadataWithTitle:showtimes:

+ (nonnull YMKSearchShowtimesObjectMetadata *)showtimesObjectMetadataWithTitle:(nonnull NSString *)title
                                                                     showtimes:(nonnull NSArray<YMKSearchShowtime *> *)showtimes;


Properties

title

@property (nonatomic, readonly, nonnull) NSString *title;

Event title.


showtimes

@property (nonatomic, readonly, nonnull) NSArray<YMKSearchShowtime *> *showtimes;

List of showtimes.