PathGeometrySegment

class PathGeometrySegment(geometry: PathGeometry, travelMode: PathGeometrySegment.TravelMode, pastOrFuture: PathGeometrySegment.PastOrFuture, associatedLeg: Leg?)

Types

Link copied to clipboard
enum PastOrFuture : Enum<PathGeometrySegment.PastOrFuture>
Link copied to clipboard
sealed class TravelMode

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun isInLeg(leg: Leg): Boolean
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val geometry: PathGeometry
Link copied to clipboard
val pastOrFuture: PathGeometrySegment.PastOrFuture
Link copied to clipboard
val travelMode: PathGeometrySegment.TravelMode