GuidedAddressSearchPreferences class Places

Preferences for guided address searches.

Provides tuning for matching behavior, result volume, and search scope for hierarchical address queries. Use the GuidedAddressSearchService.preferences getter to obtain an instance; this class should not be constructed directly. Changes made to the preferences instance affect all subsequent guided address searches.

The preferences control aspects such as fuzzy matching, automatic level skipping, whether to use onboard data only, and the maximum number of results returned.

See also:

Properties

allowFuzzyResults bool
Whether fuzzy search results are allowed.
getter/setter pair
automaticLevelSkip bool
Whether automatic level skipping is enabled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maximumMatches int
Maximum number of matches returned by address searches.
getter/setter pair
pointerId int
The pointer ID of the native object
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchOnlyOnboard bool
Whether the search is restricted to onboard data only.
getter/setter pair

Methods

dispose() → void
Disposes the native object.
inherited
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 defaults.
toString() String
A string representation of this object.
inherited

Operators

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