FetchPoints

data class FetchPoints(points: List<Point>) : RoutesAction

The action is used to fetch route based on the list of points.

Parameters

points

list of points

Constructors

FetchPoints
Link copied to clipboard
fun FetchPoints(points: List<Point>)
list of points

Functions

component1
Link copied to clipboard
operator fun component1(): List<Point>
copy
Link copied to clipboard
fun copy(points: List<Point>): RoutesAction.FetchPoints
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

points
Link copied to clipboard
val points: List<Point>
list of points