CloudGeocodingResultDetail¶
Namespace: ThinkGeo.Core
This enumeration specifies whether the geocoding results should be verbose or not.
public enum CloudGeocodingResultDetail
Inheritance Object → ValueType → Enum → CloudGeocodingResultDetail
Implements IComparable, IFormattable, IConvertible
Remarks:
This enumeration specifies whether the 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 |