Enum LocationStatus
Package world.mappable.mapkit.location
java.lang.Object
↳ java.lang.Enum
↳ world.mappable.mapkit.location.LocationStatus
final enum LocationStatus
Defines if the location is available or not.
Enum Constant Summary
|
Enum Constants |
Description |
|
Location is not available. |
|
|
Location is available. |
|
|
Global location manager has been changed. |
Summary
Methods
|
Type and modifiers |
Method and Description |
|
|
values() |
|
|
valueOf(java.lang.String name) |
Enum Constants Detail
NOT_AVAILABLE
|
|
NOT_AVAILABLE |
Location is not available.
AVAILABLE
|
|
AVAILABLE |
Location is available.
RESET
|
|
RESET |
Global location manager has been changed.
Clients need to reset any state and checks related to location.
Methods
values
|
LocationStatus[] values() |
valueOf
|
LocationStatus valueOf(java.lang.String name) |