Enum CloudReverseGeocodingResultDetail
This enumeration specifies whether the reverse geocoding results should be verbose or not.
[Obfuscation(Exclude = true)]
public enum CloudReverseGeocodingResultDetail
Fields
Default = 0Default value of the enumation, the same as Standard.
Standard = 2This enumeration item means that the reverse geocoding result has fewer properties
Verbose = 1This 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.