CloudMapsQueryResult¶
Namespace: ThinkGeo.Core
Represents the result of the query.
public class CloudMapsQueryResult
Inheritance Object → CloudMapsQueryResult
Properties¶
Features¶
The queried features.
public Collection<Feature> Features { get; set; }
Property Value¶
Exception¶
The exception when quering.
public ThinkGeoCloudApplicationException Exception { get; set; }
Property Value¶
ThinkGeoCloudApplicationException
Constructors¶
CloudMapsQueryResult()¶
public CloudMapsQueryResult()