Click or drag to resize

AddressAccuracy Enumeration

The accuracy (granularity) of a GeoCode (Kml) address.

Namespace:  NetQuarry.GoogleGeocoder
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum AddressAccuracy
Members
  Member nameValueDescription
Unknown0Unknown accuracy level
Country1Country level accuracy
Region2Region (state, province, prefecture, etc.) level accuracy
SubRegion3Sub-region (county, municipality, etc.) level accuracy.
Town4Town (city, village) level accuracy.
PostCode5Postal Code (zip code) level accuracy.
Street6Street level
Intersection7Intersection level accuracy.
Address8Address level accuracy.
Premise9(building name, property name, shopping center, etc.) level accuracy.
See Also