Skip to content

CloudRoutingGetServiceAreaResult

Namespace: ThinkGeo.Core

Represents the result of the GetServiceArea.

public class CloudRoutingGetServiceAreaResult

Inheritance ObjectCloudRoutingGetServiceAreaResult

Properties

ServiceAreaResult

The service area result.

public CloudRoutingServiceAreaResult ServiceAreaResult { get; set; }

Property Value

CloudRoutingServiceAreaResult

Exception

The exception when getting service area.

public ThinkGeoCloudApplicationException Exception { get; set; }

Property Value

ThinkGeoCloudApplicationException

Constructors

CloudRoutingGetServiceAreaResult()

public CloudRoutingGetServiceAreaResult()