Skip to content

CloudRoutingGetTimeCostMatrixResult

Namespace: ThinkGeo.Core

Represents the result of the GetCostMatrixResult.

public class CloudRoutingGetTimeCostMatrixResult

Inheritance ObjectCloudRoutingGetTimeCostMatrixResult

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()