Skip to content

CloudGeocodingSearchMode

Namespace: ThinkGeo.Core

This enumeration specifies whether to attempt approximate, as well as exact, matching

public enum CloudGeocodingSearchMode

Inheritance ObjectValueTypeEnumCloudGeocodingSearchMode
Implements IComparable, IFormattable, IConvertible

Remarks:

This enumeration specifies whether to attempt approximate, as well as exact, matching

Fields

Name Value Description
Default 0 Default value of the enumation, the same as ExactMatch.
ExactMatch 1 This enumeration item means that the geocoding result is exact matching.
FuzzyMatch 2 This enumeration item means that the geocoding result is approximate matching.