Важно

This feature is available in the Full MapKit SDK version

YMKMasstransitRouteSettings

class YMKMasstransitRouteSettings : NSObject

Route settings that were used by the mass transit router for a specific route.

Summary

Class methods

 init(avoidTypes: [String], acceptTypes: [String])

Properties

var avoidTypes: [String] { get }
Transport types that the router avoided

var acceptTypes: [String] { get }
Transport types that were allowed even if they are in the list of avoided types

Class methods

init(avoidTypes:acceptTypes:)

 init(avoidTypes: [String], acceptTypes: [String])


Properties

avoidTypes

var avoidTypes: [String] { get }

Transport types that the router avoided.


acceptTypes

var acceptTypes: [String] { get }

Transport types that were allowed even if they are in the list of avoided types.


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