tripkit-android / com.skedgo.tripkit / LineSegment
LineSegment
class LineSegment
Represents a segment of a polyline denoting a `[
Trip`](../../com.skedgo.tripkit.routing/-trip/index.md).
Constructors
Name | Summary |
---|---|
<init> | LineSegment(start: TripKitLatLng !, end: TripKitLatLng !, color: Int ) |
Properties
Name | Summary |
---|---|
color | val color: Int |
end | val end: TripKitLatLng ! |
start | val start: TripKitLatLng ! |