CloudRoutingGetRouteResult¶
Namespace: ThinkGeo.Core
Represents the result of the GetRoute.
public class CloudRoutingGetRouteResult
Inheritance Object → CloudRoutingGetRouteResult
Properties¶
RouteResult¶
The route result.
public CloudRoutingRouteResult RouteResult { get; set; }
Property Value¶
Exception¶
The exception when getting route.
public ThinkGeoCloudApplicationException Exception { get; set; }
Property Value¶
ThinkGeoCloudApplicationException
Constructors¶
CloudRoutingGetRouteResult()¶
public CloudRoutingGetRouteResult()