Warning

This feature is available in the Full MapKit SDK version

YMKSearchFuelType

@interface YMKSearchFuelType : NSObject

Fuel name and price.

Summary

Class methods

+ (nonnull YMKSearchFuelType *)fuelTypeWithName:(nullable NSString *)name
                                          price:(nullable YMKTaxiMoney *)price;

Properties

@property (nonatomic, readonly, nullable) NSString *name;
Fuel name

@property (nonatomic, readonly, nullable) YMKTaxiMoney *price;
Fuel price

Class methods

fuelTypeWithName:price:

+ (nonnull YMKSearchFuelType *)fuelTypeWithName:(nullable NSString *)name
                                          price:(nullable YMKTaxiMoney *)price;


Properties

name

@property (nonatomic, readonly, nullable) NSString *name;

Fuel name.

Optional field, can be nil.


price

@property (nonatomic, readonly, nullable) YMKTaxiMoney *price;

Fuel price.

Optional field, can be nil.