CloudRoutingGetTimeCostMatrixResult¶
Namespace: ThinkGeo.Core
Represents the result of the GetCostMatrixResult.
public class CloudRoutingGetTimeCostMatrixResult
Inheritance Object → CloudRoutingGetTimeCostMatrixResult
Properties¶
CostMatrixResult¶
The cost matrix result.
public CloudRoutingTimeCostMatrixResult CostMatrixResult { get; set; }
Property Value¶
CloudRoutingTimeCostMatrixResult
Exception¶
The exception when getting cost matrix.
public ThinkGeoCloudApplicationException Exception { get; set; }
Property Value¶
ThinkGeoCloudApplicationException
Constructors¶
CloudRoutingGetTimeCostMatrixResult()¶
public CloudRoutingGetTimeCostMatrixResult()