Важно

This feature is available in the Full MapKit SDK version

YMKSearchShowtimesObjectMetadata

class YMKSearchShowtimesObjectMetadata : NSObject, YMKBaseMetadata

Event schedule snippet.

Summary

Class methods

 init(title: String, showtimes: [YMKSearchShowtime])

Properties

var title: String { get }
Event title

var showtimes: [YMKSearchShowtime] { get }
List of showtimes

Class methods

init(title:showtimes:)

 init(title: String, showtimes: [YMKSearchShowtime])


Properties

title

var title: String { get }

Event title.


showtimes

var showtimes: [YMKSearchShowtime] { get }

List of showtimes.


Предыдущая
Следующая