Class CloudMapsQueryResult
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
Features
The queried features.
public Collection<Feature> Features { get; set; }