MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKSearchShowtimesObjectMetadata

class MMKSearchShowtimesObjectMetadata : NSObject, MMKBaseMetadata

Event schedule snippet.

Summary

Class methods

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

Properties

var title: String { get }
Event title

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

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.