Interface DistanceMatrixRow
-
public interface DistanceMatrixRowContainsdistancesfrom the location associated with this row to other locations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistancedistanceTo(long locationId)Distance from this row's location to the given location.
-
-
-
Method Detail
-
distanceTo
Distance distanceTo(long locationId)
Distance from this row's location to the given location.- Parameters:
locationId- target location- Returns:
- time it takes to travel to the given location
-
-