Warning

This feature is available in the Full MapKit SDK version

MMKSearchFuelType

@interface MMKSearchFuelType : NSObject

Fuel name and price.

Summary

Class methods

+ (nonnull MMKSearchFuelType *)fuelTypeWithName:(nullable NSString *)name
                                          price:(nullable MMKTaxiMoney *)price;

Properties

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

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

Class methods

fuelTypeWithName:price:

+ (nonnull MMKSearchFuelType *)fuelTypeWithName:(nullable NSString *)name
                                          price:(nullable MMKTaxiMoney *)price;


Properties

name

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

Fuel name.

Optional field, can be nil.


price

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

Fuel price.

Optional field, can be nil.