public class MapTravelTimeMatrix
extends java.lang.Object
Constructor and Description |
---|
MapTravelTimeMatrix() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
calculateTravelTimeMatrixFor(java.util.List originPoints,
java.util.List 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 calculateTravelTimeMatrixFor(java.util.List originPoints, java.util.List 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