Class FuelType
Warning
This feature is available in the Full MapKit SDK version
Package com.yandex.mapkit.search
java.lang.Object
↳ com.yandex.mapkit.search.FuelType
class FuelType implements Serializable
Fuel name and price.
Summary
Constructors
|
Signature and Description |
|
FuelType() |
|
FuelType(@Nullable java.lang.String name, |
Methods
|
Type and modifiers |
Method and Description |
|
|
getName() |
|
|
getPrice() |
|
void |
serialize(com.yandex.runtime.bindings.Archive archive) |
|
|
Constuctors
FuelType
|
FuelType() |
Use constructor with parameters in your code.
This one is for serialization only!
FuelType
|
FuelType(@Nullable java.lang.String name, |
Methods
getName
|
@Nullable |
Fuel name.
Optional field, can be null.
getPrice
|
@Nullable |
Fuel price.
Optional field, can be null.
serialize
|
@Override |
getNativeName
|
java.lang.String getNativeName() |