Enum CloudReverseGeocodingResultDetail
This enumeration specifies whether the reverse geocoding results should be verbose or not.
[Obfuscation(Exclude = true)]
public enum CloudReverseGeocodingResultDetail
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 reverse geocoding results should be verbose or not.