-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum CalculatedLocation.LocationType extends Enum<CalculatedLocation.LocationType>
Enumeration for location types Used to differentiate the context of the location
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INDOOR
TRANSITION
OUTDOOR
UNKNOWN
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-