YMKMasstransitRoutePaymentOption

Важно

This feature is available in the Full MapKit SDK version

@interface YMKMasstransitRoutePaymentOption : NSObject

Summary

Class methods

+ (nonnull YMKMasstransitRoutePaymentOption *)routePaymentOptionWithPayment:(nonnull NSArray<YMKMasstransitPayment *> *)payment
                                                                 totalPrice:(nonnull NSArray<YMKTaxiMoney *> *)totalPrice;

Properties

@property (nonatomic, readonly, nonnull)
    NSArray<YMKMasstransitPayment *> *payment;

@property (nonatomic, readonly, nonnull) NSArray<YMKTaxiMoney *> *totalPrice;

Class methods

routePaymentOptionWithPayment:totalPrice:

+ (nonnull YMKMasstransitRoutePaymentOption *)routePaymentOptionWithPayment:(nonnull NSArray<YMKMasstransitPayment *> *)payment
                                                                 totalPrice:(nonnull NSArray<YMKTaxiMoney *> *)totalPrice;


Properties

payment

@property (nonatomic, readonly, nonnull)
    NSArray<YMKMasstransitPayment *> *payment;


totalPrice

@property (nonatomic, readonly, nonnull) NSArray<YMKTaxiMoney *> *totalPrice;


Предыдущая