SkiLift

data class SkiLift(val id: Long, val name: String, geometry: Geometry, layerName: String, val length: Float, val travelTime: Float, val liftNumber: Int, val passengerPosition: PassengerPosition, val liftType: LiftType, val foreignId: String) : Feature

Constructors

Link copied to clipboard
constructor(id: Long, name: String, geometry: Geometry, layerName: String, length: Float, travelTime: Float, liftNumber: Int, passengerPosition: PassengerPosition, liftType: LiftType, foreignId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard
Link copied to clipboard