Specifies how valid the returned GeocodeInfo data is.
| C# | Visual Basic |
[FlagsAttribute] public enum GeocodeStatus
<FlagsAttribute> _ Public Enumeration GeocodeStatus
| Member | Description |
|---|---|
| HouseNrIgnored |
TomTom was unable to match a house number.
|
| StreetAmbiguous |
TomTom was unable to determine an exact street match.
|
| CityAmbiguous |
TomTom was unable to determine an exact city match.
|
| Failure |
TomTom was unable to Geocode the data given.
|