MMKSearchFuelType
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKSearchFuelType : NSObject |
Fuel name and price.
Summary
Class methods
|
+ (nonnull MMKSearchFuelType *)fuelTypeWithName:(nullable NSString *)name |
Properties
|
@property (nonatomic, readonly, nullable) NSString *name; |
|
@property (nonatomic, readonly, nullable) MMKTaxiMoney *price; |
Class methods
fuelTypeWithName:price:
|
+ (nonnull MMKSearchFuelType *)fuelTypeWithName:(nullable NSString *)name |
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.