YRTSystemOfMeasurement

enum YRTSystemOfMeasurement : UInt, @unchecked Sendable

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.

Summary

Enum cases

case `default` = 0
Undocumented

case metric = 1
Metric system

case imperial = 2
Imperial system

Enum cases

default

case `default` = 0

Undocumented


metric

case metric = 1

Metric system. (kilometers etc)


imperial

case imperial = 2

Imperial system. (miles etc)