Table of Contents

Class CloudRoutingGetServiceAreaResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

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

ThinkGeoCloudApplicationException

ServiceAreaResult

The service area result.

public CloudRoutingServiceAreaResult ServiceAreaResult { get; set; }

Property Value

CloudRoutingServiceAreaResult