RouteBuildOptions class
Структура, которая описывает параметры построения маршрута в навигаторе.
Constructors
- RouteBuildOptions({required RouteSearchPoint finishPoint, required RouteSearchOptions routeSearchOptions})
-
const
Properties
- finishPoint → RouteSearchPoint
-
Точка, к которой строится маршут.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- routeSearchOptions → RouteSearchOptions
-
Параметры поиска маршрута.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{RouteSearchPoint? finishPoint, RouteSearchOptions? routeSearchOptions}) → RouteBuildOptions -
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.
override