-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum Radar.RadarLocationSource extends Enum<Radar.RadarLocationSource>
The sources for location updates.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNUnknown
BEACON_EXITBeacon exit
BEACON_ENTERBeacon enter
MOCK_LOCATIONMock
GEOFENCE_EXITGeofence exit
GEOFENCE_DWELLGeofence dwell
GEOFENCE_ENTERGeofence enter
MANUAL_LOCATIONManual
BACKGROUND_LOCATIONBackground
FOREGROUND_LOCATIONForeground
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-