YMKSearchShowtimesObjectMetadata
Важно
This feature is available in the Full MapKit SDK version
|
@interface YMKSearchShowtimesObjectMetadata : NSObject <YMKBaseMetadata> |
Event schedule snippet.
Summary
Class methods
|
+ (nonnull YMKSearchShowtimesObjectMetadata *)showtimesObjectMetadataWithTitle:(nonnull NSString *)title |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *title; |
|
@property (nonatomic, readonly, nonnull) NSArray<YMKSearchShowtime *> *showtimes; |
Class methods
showtimesObjectMetadataWithTitle:showtimes:
|
+ (nonnull YMKSearchShowtimesObjectMetadata *)showtimesObjectMetadataWithTitle:(nonnull NSString *)title |
Properties
title
|
@property (nonatomic, readonly, nonnull) NSString *title; |
Event title.
showtimes
|
@property (nonatomic, readonly, nonnull) NSArray<YMKSearchShowtime *> *showtimes; |
List of showtimes.