SearchPrecision enum

Precision for matching house numbers (response vs. request).

Inheritance
Available extensions

Values

Exact → const SearchPrecision

The house number in the response is exactly the same as requested (3/2 vs. 3/2)

Number → const SearchPrecision

The house number in the response has the same number part as the requested one (5 vs. 5a).

Range → const SearchPrecision

The house number and coordinates are restored from the house range. This means that there is no information about this specific house, but there is information about a range of houses to infer house position from.

Nearby → const SearchPrecision

The house number in the response is close to the requested one (13 vs. 11).

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SearchPrecision>
A constant List of the values in this enum, in order of their declaration.