Click or drag to resize
GeoStatus Enumeration
Geocoding status for Street Address object.

Namespace: CorrigoService.Enums
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public enum GeoStatus
Members
  Member nameValueDescription
None0 No special status. Geocoding was either never done, or succeeded. It will be performed again automatically when street address data changes.
Failed1 Geocoding was performed but failed. It should be performed again only when street address data changes.
Protected2 Existing latitude/longitude data is protected. Automatic geocoding won't be performed again while Geocoding Status has this value - even when street address data changes..
See Also