LinkInfo

data class LinkInfo(val distance: Double = 0.0, val trafficColor: String = MapRouteColor.GRAY.hexColor)

Constructors

Link copied to clipboard
constructor(distance: Double = 0.0, trafficColor: String = MapRouteColor.GRAY.hexColor)

Properties

Link copied to clipboard
val distance: Double = 0.0
Link copied to clipboard
val trafficColor: String