Skip to content

CloudMapsQueryCustomQueryType

Namespace: ThinkGeo.Core

The query type of custom query.

public enum CloudMapsQueryCustomQueryType

Inheritance ObjectValueTypeEnumCloudMapsQueryCustomQueryType
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.