CloudReverseGeocodingResultDetail¶
Namespace: ThinkGeo.Core
This enumeration specifies whether the reverse geocoding results should be verbose or not.
public enum CloudReverseGeocodingResultDetail
Inheritance Object → ValueType → Enum → CloudReverseGeocodingResultDetail
Implements IComparable, IFormattable, IConvertible
Remarks:
This enumeration specifies whether the reverse geocoding results should be verbose or not.
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Default value of the enumation, the same as Standard. |
| Verbose | 1 | This enumeration item means that the reverse geocoding result has all properties |
| Standard | 2 | This enumeration item means that the reverse geocoding result has fewer properties |