Skip to content

CloudRoutingGetRouteResult

Namespace: ThinkGeo.Core

Represents the result of the GetRoute.

public class CloudRoutingGetRouteResult

Inheritance ObjectCloudRoutingGetRouteResult

Properties

RouteResult

The route result.

public CloudRoutingRouteResult RouteResult { get; set; }

Property Value

CloudRoutingRouteResult

Exception

The exception when getting route.

public ThinkGeoCloudApplicationException Exception { get; set; }

Property Value

ThinkGeoCloudApplicationException

Constructors

CloudRoutingGetRouteResult()

public CloudRoutingGetRouteResult()