Enum CloudGeocodingResultDetail
This enumeration specifies whether the geocoding results should be verbose or not.
[Obfuscation(Exclude = true)]
public enum CloudGeocodingResultDetail
Fields
Default = 0
Default value of the enumation, the same as Standard.
Standard = 2
This enumeration item means that the reverse geocoding result has fewer properties
Verbose = 1
This enumeration item means that the reverse geocoding result has all properties
Remarks
This enumeration specifies whether the geocoding results should be verbose or not.