public final class GetRouteCostMatrixResponse extends Object implements Serializable
GetRouteCostMatrixRequest.| Constructor and Description |
|---|
GetRouteCostMatrixResponse(List<RouteCost> routeCostMatrix)
Creates GetRouteCostMatrixResponse class object.
|
GetRouteCostMatrixResponse(List<RouteCost> routeCostMatrix,
List<ErrorInfo> warnings)
Creates GetRouteCostMatrixResponse class object.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteCost> |
getRouteCostMatrix()
|
List<ErrorInfo> |
getWarnings() |