MMKSearchShowtimesObjectMetadata
Warning
This feature is available in the Full MapKit SDK version
|
class MMKSearchShowtimesObjectMetadata : NSObject, MMKBaseMetadata |
Event schedule snippet.
Summary
Class methods
|
 init(title: String, showtimes: [MMKSearchShowtime]) |
Properties
|
var title: String { get } |
|
var showtimes: [MMKSearchShowtime] { get } |
Class methods
init(title:showtimes:)
|
 init(title: String, showtimes: [MMKSearchShowtime]) |
Properties
title
|
var title: String { get } |
Event title.
showtimes
|
var showtimes: [MMKSearchShowtime] { get } |
List of showtimes.