Geocoding status for Street Address object.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum GeoStatus
<SerializableAttribute>
Public Enumeration GeoStatus
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
None | 0 |
No special status. Geocoding was either never done, or succeeded. It will be performed again automatically when street address data changes.
|
Failed | 1 |
Geocoding was performed but failed. It should be performed again only when street address data changes.
|
Protected | 2 |
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