Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class Data(val baseElevation: Int, val description: String, val geoReference: GeoReference, val gondolaCount: Int, val liftCount: Int, val medianElevation: Int, val name: String, val skiPatrolEmergencyNumber: String, val skiableArea: Int, val terrainParkCount: String, val terrainPercentage: TerrainPercentage, val verticalElevation: Int, val ziplineCount: Int, val maxScale: Int, val minScale: Int) : Parcelable
Link copied to clipboard
data class GeoReference(val maxX: Double, val maxY: Double, val minX: Double, val minY: Double) : Parcelable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ManeuverFeatures(val maneuver: DirectionManeuver, val order: Int, val features: MutableList<Feature>)
Link copied to clipboard
data class NavigationStep(val feature: Feature?, val order: Int, val duration: Double, val length: Double, val directionText: String, val maneuverMessages: List<String>, val maneuverType: ManeuverType) : Parcelable
Link copied to clipboard
data class NavigationTurn(val route: Route, val currentStep: NavigationStep?, val nextStep: NavigationStep?, val remainingTime: Double, val isDestinationReached: Boolean)
Link copied to clipboard
Link copied to clipboard
class Route(index: Int, routeGeometry: Polyline, val duration: Double, val totalLength: Double, val steps: List<NavigationStep>, val origin: Feature, val destination: Feature) : Parcelable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Stats(val startTime: Date, val endTime: Date, val minimumAltitudeInMetres: Double, val maximumAltitudeInMetres: Double, val minimumSpeedInMilesPerHour: Double, val maximumSpeedInMilesPerHour: Double, val distanceInMetres: Double, val timeSkiedInMilliSeconds: Long, val activeHours: Double, val trackDurationInMilliSeconds: Long, val trackCount: Int, val verticalFeetCumulative: Double, val daysCount: Int?, val daysStats: Map<String, Stats>?) : Parcelable
Link copied to clipboard
data class TargetGeometry(val spatialReference: SpatialReference, val xmax: String, val xmin: String, val ymax: String, val ymin: String)
Link copied to clipboard
data class TerrainPercentage(val advanced: Double, val beginner: Double, val intermediate: Double) : Parcelable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard