CloudRoutingGetServiceAreaResult¶
Namespace: ThinkGeo.Core
Represents the result of the GetServiceArea.
public class CloudRoutingGetServiceAreaResult
Inheritance Object → CloudRoutingGetServiceAreaResult
Properties¶
ServiceAreaResult¶
The service area result.
public CloudRoutingServiceAreaResult ServiceAreaResult { get; set; }
Property Value¶
Exception¶
The exception when getting service area.
public ThinkGeoCloudApplicationException Exception { get; set; }
Property Value¶
ThinkGeoCloudApplicationException
Constructors¶
CloudRoutingGetServiceAreaResult()¶
public CloudRoutingGetServiceAreaResult()