RouteLineLayerIds

data class RouteLineLayerIds(primaryRouteTrafficLineLayerId: String, primaryRouteLineLayerId: String, alternativeRouteLineLayerIds: List<String>)

Contains the values for the primary and alternative route line layer ID's

Parameters

primaryRouteTrafficLineLayerId

the layer ID for the traffic line layer

primaryRouteLineLayerId

the layer ID for the primary route line

alternativeRouteLineLayerIds

the layer IDs for the alternative route line(s)

Constructors

RouteLineLayerIds
Link copied to clipboard
fun RouteLineLayerIds(primaryRouteTrafficLineLayerId: String, primaryRouteLineLayerId: String, alternativeRouteLineLayerIds: List<String>)
the layer ID for the traffic line layer

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String
component3
Link copied to clipboard
operator fun component3(): List<String>
copy
Link copied to clipboard
fun copy(primaryRouteTrafficLineLayerId: String, primaryRouteLineLayerId: String, alternativeRouteLineLayerIds: List<String>): RouteLineLayerIds
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

alternativeRouteLineLayerIds
Link copied to clipboard
val alternativeRouteLineLayerIds: List<String>
the layer IDs for the alternative route line(s)
primaryRouteLineLayerId
Link copied to clipboard
val primaryRouteLineLayerId: String
the layer ID for the primary route line
primaryRouteTrafficLineLayerId
Link copied to clipboard
val primaryRouteTrafficLineLayerId: String
the layer ID for the traffic line layer