RouteEditorRouteParams class
Информация о параметрах маршрута.
Constructors
-
RouteEditorRouteParams({required RouteSearchPoint startPoint, required RouteSearchPoint finishPoint, required RouteSearchOptions routeSearchOptions, List<
RouteSearchPoint> intermediatePoints = const []}) -
const
Properties
- finishPoint → RouteSearchPoint
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
intermediatePoints
→ List<
RouteSearchPoint> -
final
- routeSearchOptions → RouteSearchOptions
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startPoint → RouteSearchPoint
-
final
Methods
-
copyWith(
{RouteSearchPoint? startPoint, RouteSearchPoint? finishPoint, RouteSearchOptions? routeSearchOptions, List< RouteSearchPoint> ? intermediatePoints}) → RouteEditorRouteParams -
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