MMKMasstransitEssentialStopInfo

Warning

This feature is available in the Full MapKit SDK version

class MMKMasstransitEssentialStopInfo : NSObject

Info for essential stop

Summary

Class methods

 init(first_stop: Bool,
 intermediate_terminus: Bool,
       important: Bool,
       last_stop: Bool)

Instance methods

init()

Properties

var first_stop: Bool { get }
First stop on thread

var intermediate_terminus: Bool { get }
Intermediate terminus stop on thread

var important: Bool { get }
Important stop on thread

var last_stop: Bool { get }
Last stop on thread

Class methods

init(first_stop:intermediate_terminus:important:last_stop:)

 init(first_stop: Bool,
 intermediate_terminus: Bool,
       important: Bool,
       last_stop: Bool)


Instance methods

init()

init()


Properties

first_stop

var first_stop: Bool { get }

First stop on thread


intermediate_terminus

var intermediate_terminus: Bool { get }

Intermediate terminus stop on thread


important

var important: Bool { get }

Important stop on thread


last_stop

var last_stop: Bool { get }

Last stop on thread