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.

Inheritance
Available extensions

Values

Default → const SystemOfMeasurement
Metric → const SystemOfMeasurement

Metric system. (kilometers etc)

Imperial → const SystemOfMeasurement

Imperial system. (miles etc)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.