SearchManager class abstract
Main interface to start search.
- Implemented types
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
-
createSuggestSession(
) → SearchSuggestSession - Creates session for suggest requests.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveURI(
SearchOptions searchOptions, SearchSessionSearchListener searchListener, {required String uri}) → SearchSession - Search request for URI resolution.
-
searchByURI(
SearchOptions searchOptions, SearchSessionSearchListener searchListener, {required String uri}) → SearchSession - Search request with URI. Allows multiple results in response.
-
submit(
Geometry geometry, SearchOptions searchOptions, SearchSessionSearchListener searchListener, {required String text}) → SearchSession - Search request for searching a user query near given geometry.
-
submitAlongPolyline(
Polyline polyline, Geometry geometry, SearchOptions searchOptions, SearchSessionSearchListener searchListener, {required String text}) → SearchSession - Search request that is used to search for a user query along the given polyline inside the given window.
-
submitPoint(
Point point, SearchOptions searchOptions, SearchSessionSearchListener searchListener, {int? zoom}) → SearchSession - Reverse search request (to search objects at the given coordinates)
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited