SearchSortOrigin enum

Sort origin types when results are ordered by distance (see SearchSortType).

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<SearchSortOrigin>
A constant List of the values in this enum, in order of their declaration.