SearchPrecision enum
Precision for matching house numbers (response vs. request).
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
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.