Class Coordinate
-
- All Implemented Interfaces:
public class Coordinate
-
-
Field Summary
Fields Modifier and Type Field Description public final LocationType
type
public final double
value
-
Constructor Summary
Constructors Constructor Description Coordinate(LocationType type, Double value)
-
Method Summary
Modifier and Type Method Description LocationType
getType()
double
getValue()
double
get(double offset)
-
-
Constructor Detail
-
Coordinate
Coordinate(LocationType type, Double value)
-
-
Method Detail
-
getType
@NonNull() LocationType getType()
-
getValue
double getValue()
-
get
double get(double offset)
-
-
-
-