SystemOfMeasurement enum
The .h generated from this idl should define the same entities as libs/i18n/include/yandex/maps/i18n/prefs.h from the mapscore repo. Please edit these two files simultaneously. The system of measurement to use.
Values
- Default → const SystemOfMeasurement
- Metric → const SystemOfMeasurement
-
Metric system. (kilometers etc)
- Imperial → const SystemOfMeasurement
-
Imperial system. (miles etc)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SystemOfMeasurement> - A constant List of the values in this enum, in order of their declaration.