CloudMapsQueryNearestQueryOptions¶
Namespace: ThinkGeo.Core
The class contains the options of the nearest query.
public class CloudMapsQueryNearestQueryOptions
Inheritance Object → CloudMapsQueryNearestQueryOptions
Properties¶
ReturnFeatureAttributes¶
If true, specifies that the feature attribute column names and values will be returned in the response. Defaults to true.
public bool ReturnFeatureAttributes { get; set; }
Property Value¶
FeatureAttributesToReturn¶
If
ReturnFeatureAttributes
is true, this allows the user to specify which a specific subset of attributes to be returned.
public IEnumerable<string> FeatureAttributesToReturn { get; set; }
Property Value¶
Constructors¶
CloudMapsQueryNearestQueryOptions()¶
public CloudMapsQueryNearestQueryOptions()