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