Package-level declarations

Types

Link copied to clipboard
data class Building(val id: Long, val name: String, geometry: Geometry, layerName: String, val url: String, val phone: String, val category: BuildingCategory, val foreignId: String, val buildingId: Short) : Feature
Link copied to clipboard
data class BuildingAmenity(val id: Long, val name: String, geometry: Geometry, layerName: String, val buildingName: String, val url: String, val phone: String, val subtype: String?, val category: String?, val foreignId: String, val buildingId: Short) : Feature
Link copied to clipboard
class Coordinates(val id: Long, val name: String, geometry: Geometry, layerName: String) : Feature
Link copied to clipboard
abstract class Feature : Parcelable
Link copied to clipboard
object GeometryClassParceler : Parceler<Geometry>
Link copied to clipboard
object PolylineClassParceler : Parceler<Polyline>
Link copied to clipboard
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
Link copied to clipboard
data class SkiSlope(val id: Long, val name: String, geometry: Geometry, layerName: String, val length: Float, val maxSlope: Float, val averageSlope: Float, val averageSpeed: Float, val travelTime: Float, val extremeCondition: String, val level: Level, val runType: RunType, val foreignId: String) : Feature