Class representing a guided address search service session.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
Static Properties
- preferences → GuidedAddressSearchPreferences
-
Get access to GuidedAddressSearchPreferences (for this session).
no setter
- transferStatistics → TransferStatistics
-
Get the transfer statistics
no setter
Static Methods
-
cancelSearch(
TaskHandler taskHandler) → void - Cancel currently active search command.
-
getAddressDetailLevel(
Landmark landmark) → AddressDetailLevel - Get the address detail level for a landmark
-
getCountryLevelItem(
String countryIsoCode) → Landmark? - Get the country level item for specific country iso code that can be used by guided address search.
-
getNextAddressDetailLevel(
Landmark landmark) → List< AddressDetailLevel> - Get the list of next possible address detail levels that can be searched for a landmark.
-
search(
String filter, Landmark parent, AddressDetailLevel detailLevel, void onCompleteCallback(GemError err, List< Landmark> landmarks)) → TaskHandler? - Search for more details starting at the selected parent landmark.