MMKMasstransitRoutePaymentOption
Warning
This feature is available in the Full MapKit SDK version
@interface MMKMasstransitRoutePaymentOption : NSObject |
Summary
Class methods
+ (nonnull MMKMasstransitRoutePaymentOption *)routePaymentOptionWithPayment:(nonnull NSArray<MMKMasstransitPayment *> *)payment |
Properties
@property (nonatomic, readonly, nonnull) |
@property (nonatomic, readonly, nonnull) NSArray<MMKTaxiMoney *> *totalPrice; |
Class methods
routePaymentOptionWithPayment:totalPrice:
+ (nonnull MMKMasstransitRoutePaymentOption *)routePaymentOptionWithPayment:(nonnull NSArray<MMKMasstransitPayment *> *)payment |
Properties
payment
@property (nonatomic, readonly, nonnull) |
totalPrice
@property (nonatomic, readonly, nonnull) NSArray<MMKTaxiMoney *> *totalPrice; |