PMTunnelData

data class PMTunnelData(val isInTunnel: Boolean = false, val remainingTunnelDistance: Int = 0)

Represents information about tunnel data

Constructors

Link copied to clipboard
fun PMTunnelData(isInTunnel: Boolean = false, remainingTunnelDistance: Int = 0)

Properties

Link copied to clipboard
val isInTunnel: Boolean = false

Defines flag if current position is in tunnel

Link copied to clipboard

Defines remaining distance to the end of tunnel in meters