Table of Contents

Class CloudMapsQueryResult

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

Represents the result of the query.

[Obfuscation(Exclude = true)]
public class CloudMapsQueryResult
Inheritance
CloudMapsQueryResult
Inherited Members

Constructors

CloudMapsQueryResult()

public CloudMapsQueryResult()

Properties

Exception

The exception when quering.

public ThinkGeoCloudApplicationException Exception { get; set; }

Property Value

ThinkGeoCloudApplicationException

Features

The queried features.

public Collection<Feature> Features { get; set; }

Property Value

Collection<Feature>