PMDirection

data class PMDirection(val primaryManeuver: PMManeuver? = null, val secondaryManeuver: PMManeuver? = null, val tunnelData: PMTunnelData? = null)

Represents information about direction

Constructors

Link copied to clipboard
fun PMDirection(primaryManeuver: PMManeuver? = null, secondaryManeuver: PMManeuver? = null, tunnelData: PMTunnelData? = null)

Properties

Link copied to clipboard

Defines information about next maneuver on the route

Link copied to clipboard

Defines information about maneuver following after primary maneuver

Link copied to clipboard

Defines information about tunnel data