Package-level declarations

Types

Link copied to clipboard

Restricted vehicle types.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class VehicleRestrictionData

Data corresponding to a single vehicle restriction.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class VehicleRestrictionElement(val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val restrictions: List<VehicleRestrictionData>) : HorizonElement

Horizon element that contains data about a vehicle restriction.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object VehicleRestrictionElementType : HorizonElementType

Type of VehicleRestrictionElement horizon elements.