CloudMapsQueryCustomQueryType¶
Namespace: ThinkGeo.Core
The query type of custom query.
public enum CloudMapsQueryCustomQueryType
Inheritance Object → ValueType → Enum → CloudMapsQueryCustomQueryType
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Within | 0 | Within. |
| Containing | 1 | Containing. |
| Intersecting | 2 | Intersecting. |
| Overlapping | 3 | Overlapping. |
| Touching | 4 | Touching. |
| Nearest | 5 | Nearest. |
| WithinDistance | 6 | WithinDistance. |