Enum CloudGeocodingSearchMode
This enumeration specifies whether to attempt approximate, as well as exact, matching
[Obfuscation(Exclude = true)]
public enum CloudGeocodingSearchMode
Fields
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.
Remarks
This enumeration specifies whether to attempt approximate, as well as exact, matching