Package com.citymapper.sdk.navigation.ui

Types

Link copied to clipboard
class PathGeometrySegment(geometry: PathGeometry, travelMode: PathGeometrySegment.TravelMode, pastOrFuture: PathGeometrySegment.PastOrFuture, associatedLeg: Leg?)
Link copied to clipboard
typealias PathGeometrySegments = List<PathGeometrySegment>

Functions

Link copied to clipboard
inline fun PathGeometrySegments.forEach(geometrySegment: (PathGeometrySegment) -> Unit, connectingLine: (fromEndOfSegment: Coords, toStartOfSegment: Coords) -> Unit)
Link copied to clipboard
fun Leg.getLegPathSegments(fractionalIndexProgress: Float): PathGeometrySegments
Link copied to clipboard
fun Route.getPathSegments(): PathGeometrySegments