GuidedAddressSearchPreferences class Places
GuidedAddressSearchPreferences object.
This class should not be instantiated directly. Instead, use the GuidedAddressSearchService.preferences getter to obtain an instance.
It lets the caller tune matching behavior, result volume and scope for hierarchical address queries so results match desired fuzziness, level‑skipping behavior and whether to rely on onboard data or online lookups.
See the GuidedAddressSearchService for address search operations.
Properties
- allowFuzzyResults ↔ bool
-
Test if fuzzy search results are allowed.
getter/setter pair
- automaticLevelSkip ↔ bool
-
Get the automatic level skip flag.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maximumMatches ↔ int
-
Get the maximum number of matches.
getter/setter pair
- pointerId → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchOnlyOnboard ↔ bool
-
Get the flag for onboard search.
getter/setter pair
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerAutoReleaseObject(
int pointerId) → void -
Registers an object for auto release.
inherited
-
reset(
) → void - Reset all preferences to their default values.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited