Enum SystemOfMeasurement
Package world.mappable.runtime.i18n
java.lang.Object
    ↳ java.lang.Enum
        ↳ world.mappable.runtime.i18n.SystemOfMeasurement
final enum SystemOfMeasurement
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.
Enum Constant Summary
| 
 Enum Constants  | 
 Description  | 
| 
 Metric system.  | 
|
| 
 Imperial system.  | 
Summary
Methods
| 
 Type and modifiers  | 
 Method and Description  | 
| 
 
  | 
 values()  | 
| 
 
  | 
 valueOf(java.lang.String name)  | 
Enum Constants Detail
DEFAULT
| 
 
  | 
 DEFAULT  | 
METRIC
| 
 
  | 
 METRIC  | 
Metric system.
(kilometers etc)
IMPERIAL
| 
 
  | 
 IMPERIAL  | 
Imperial system.
(miles etc)
Methods
values
| 
 SystemOfMeasurement[] values()  | 
valueOf
| 
 SystemOfMeasurement valueOf(java.lang.String name)  |