MRTSystemOfMeasurement
|
enum MRTSystemOfMeasurement : UInt, @unchecked Sendable |
The .h generated from this idl should define the same entities as libs/i18n/include/mappable/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 |
|
case metric = 1 |
|
case imperial = 2 |
Enum cases
default
|
case `default` = 0 |
metric
|
case metric = 1 |
Metric system. (kilometers etc)
imperial
|
case imperial = 2 |
Imperial system. (miles etc)