Table of Contents

Class CloudRoutingGetTimeCostMatrixResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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

CloudRoutingTimeCostMatrixResult

Exception

The exception when getting cost matrix.

public ThinkGeoCloudApplicationException Exception { get; set; }

Property Value

ThinkGeoCloudApplicationException