Enum CloudGeocodingSearchMode
This enumeration specifies whether to attempt approximate, as well as exact, matching
[Obfuscation(Exclude = true)]
public enum CloudGeocodingSearchMode
Fields
Default = 0Default value of the enumation, the same as ExactMatch.
ExactMatch = 1This enumeration item means that the geocoding result is exact matching.
FuzzyMatch = 2This enumeration item means that the geocoding result is approximate matching.
Remarks
This enumeration specifies whether to attempt approximate, as well as exact, matching