Interface Standstill
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDistanceTo(Standstill standstill)LocationgetLocation()
-
-
-
Method Detail
-
getLocation
Location getLocation()
- Returns:
- never null
-
getDistanceTo
long getDistanceTo(Standstill standstill)
- Parameters:
standstill- never null- Returns:
- a positive number, the distance multiplied by 1000 to avoid floating point arithmetic rounding errors
-
-