Enum UseInBackground
Package world.mappable.mapkit.location
java.lang.Object
↳ java.lang.Enum
↳ world.mappable.mapkit.location.UseInBackground
final enum UseInBackground
If UseInBackground is Allow then the 'location' flag must be set in 'UIBackgroundModes' of the application.
Enum Constant Summary
Enum Constants |
Description |
Summary
Methods
Type and modifiers |
Method and Description |
|
values() |
|
valueOf(java.lang.String name) |
Enum Constants Detail
ALLOW
|
ALLOW |
DISALLOW
|
DISALLOW |
Methods
values
UseInBackground[] values() |
valueOf
UseInBackground valueOf(java.lang.String name) |