Table of Contents

Class CloudRoutingGetDistanceCostMatrixResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Represents the result of the GetCostMatrixResult.

[Obfuscation(Exclude = true)]
public class CloudRoutingGetDistanceCostMatrixResult
Inheritance
CloudRoutingGetDistanceCostMatrixResult
Inherited Members

Constructors

CloudRoutingGetDistanceCostMatrixResult()

public 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