public class MapTravelTimeMatrix
extends java.lang.Object
Constructor and Description |
---|
MapTravelTimeMatrix() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Long> |
calculateTravelTimeMatrixFor(java.util.List<SKDMAPInputParamInfo> originPoints,
java.util.List<SKDMAPInputParamInfo> destinationPoints,
UserInfo userInfo)
Returns a list with the travel times for all possible combinations of originPoints and destinationPoints.
|
java.lang.String |
getCurrentProvider(UserInfo userInfo)
Returns the current map provider
|
public java.util.List<java.lang.Long> calculateTravelTimeMatrixFor(java.util.List<SKDMAPInputParamInfo> originPoints, java.util.List<SKDMAPInputParamInfo> destinationPoints, UserInfo userInfo) throws java.rmi.RemoteException, java.lang.Exception
originPoints
- destinationPoints
- userInfo
- needed to retrieve the selected map providerMXException
java.rmi.RemoteException
java.lang.Exception
TravelTimeMatrix#calculateTravelTimeMatrixFor(List, List)
public java.lang.String getCurrentProvider(UserInfo userInfo) throws java.rmi.RemoteException, MXException
userInfo
- MXException
java.rmi.RemoteException