Class CloudRoutingGetTimeCostMatrixResult
Represents the result of the GetCostMatrixResult.
[Obfuscation(Exclude = true)]
public class CloudRoutingGetTimeCostMatrixResult
- Inheritance
-
CloudRoutingGetTimeCostMatrixResult
- Inherited Members
Constructors
CloudRoutingGetTimeCostMatrixResult()
public CloudRoutingGetTimeCostMatrixResult()
Properties
CostMatrixResult
The cost matrix result.
public CloudRoutingTimeCostMatrixResult CostMatrixResult { get; set; }
Property Value
Exception
The exception when getting cost matrix.
public ThinkGeoCloudApplicationException Exception { get; set; }