SearchSortOrigin enum
Sort origin types when results are ordered by distance (see SearchSortType).
Values
- User → const SearchSortOrigin
-
Sort origin is a user position. User position can be set via {link SearchOptions}.
- Query → const SearchSortOrigin
-
Sort origin is a toponym extracted from the user query. For example this type can be set for queries like "cafe near Central Park".
- Request → const SearchSortOrigin
-
Sort origin is directly specified by client. This type can be set for sessions with {link search.Session#setSortByDistance(const mapkit.geometry.Geometry)} called.
Properties
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
Constants
-
values
→ const List<
SearchSortOrigin> - A constant List of the values in this enum, in order of their declaration.