Skip to Content

RouteDrawing

data class RouteDrawing(val aheadColor: String? = null, val behindColor: String? = null)

Constructors

RouteDrawingconstructor(aheadColor: String ? = null, behindColor: String ? = null)

Properties

aheadColor

val aheadColor: String? = null

behindColor

val behindColor: String? = null
Last updated on