Skip to content

CloudMapsQueryResult

Namespace: ThinkGeo.Core

Represents the result of the query.

public class CloudMapsQueryResult

Inheritance ObjectCloudMapsQueryResult

Properties

Features

The queried features.

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

Property Value

Collection<Feature>

Exception

The exception when quering.

public ThinkGeoCloudApplicationException Exception { get; set; }

Property Value

ThinkGeoCloudApplicationException

Constructors

CloudMapsQueryResult()

public CloudMapsQueryResult()