Table of Contents

Class CloudRoutingGetRouteResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Represents the result of the GetRoute.

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

Constructors

CloudRoutingGetRouteResult()

public CloudRoutingGetRouteResult()

Properties

Exception

The exception when getting route.

public ThinkGeoCloudApplicationException Exception { get; set; }

Property Value

ThinkGeoCloudApplicationException

RouteResult

The route result.

public CloudRoutingRouteResult RouteResult { get; set; }

Property Value

CloudRoutingRouteResult