Class CloudMapsQueryNearestQueryOptions
The class contains the options of the nearest query.
[Obfuscation(Exclude = true)]
public class CloudMapsQueryNearestQueryOptions
- Inheritance
-
CloudMapsQueryNearestQueryOptions
- Inherited Members
Constructors
CloudMapsQueryNearestQueryOptions()
public CloudMapsQueryNearestQueryOptions()
Properties
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
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; }