Class CloudRoutingGetServiceAreaResult
Represents the result of the GetServiceArea.
[Obfuscation(Exclude = true)]
public class CloudRoutingGetServiceAreaResult
- Inheritance
-
CloudRoutingGetServiceAreaResult
- Inherited Members
Constructors
CloudRoutingGetServiceAreaResult()
public CloudRoutingGetServiceAreaResult()
Properties
Exception
The exception when getting service area.
public ThinkGeoCloudApplicationException Exception { get; set; }
Property Value
ServiceAreaResult
The service area result.
public CloudRoutingServiceAreaResult ServiceAreaResult { get; set; }