GuidedAddressSearchPreferences class Places
GuidedAddressSearchPreferences object.
This class should not be instantiated directly. Instead, use the GuidedAddressSearchService.preferences getter to obtain an instance.
Constructors
- GuidedAddressSearchPreferences.init(int id, int mapId)
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
- mapId → int
-
no setter
- 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