Enum DummyLocationQuality
Package world.mappable.mapkit.location
java.lang.Object
↳ java.lang.Enum
↳ world.mappable.mapkit.location.DummyLocationQuality
final enum DummyLocationQuality
The overall current quality of locations.
This is used to switch MapKit between different operating modes. If the locations are of high-quality and frequent (1 Hz), then specify 'High'; otherwise, specify 'Low'.
It is strongly recommended not to change it often, e.g., every location.
Enum Constant Summary
|
Enum Constants |
Description |
Summary
Methods
|
Type and modifiers |
Method and Description |
|
|
values() |
|
|
valueOf(java.lang.String name) |
Enum Constants Detail
HIGH
|
|
HIGH |
LOW
|
|
LOW |
Methods
values
|
DummyLocationQuality[] values() |
valueOf
|
DummyLocationQuality valueOf(java.lang.String name) |