LaneGuidanceUpdate

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class LaneGuidanceUpdate(val laneGuidance: LaneGuidance, val type: LaneGuidanceUpdateType)

Deprecated

This will be removed 6 months after the next release.

Replace with

No replacement available.

Holds information about LaneGuidance and whether it is starting or ending.

Constructors

Link copied to clipboard
constructor(laneGuidance: LaneGuidance, type: LaneGuidanceUpdateType)

Properties

Link copied to clipboard

Contains information about LaneGuidance.

Link copied to clipboard