RouteShape

@Serializable
data class RouteShape(val id: ShapeId, val color: String, val lineString: String)

The GeoShape of a route

Since

2.0.0

Constructors

Link copied to clipboard
constructor(id: ShapeId, color: String, lineString: String)

Properties

Link copied to clipboard

color of the route as shown in map

Link copied to clipboard
val id: ShapeId

shape identifier

Link copied to clipboard

the common interpration of the linestring