Hashable
public static func == (lhs: TrafficRoute, rhs: TrafficRoute) -> Bool
Returns a Boolean value indicating whether two values are equal.This documentation comment was inherited from .
public func hash(into hasher: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.This documentation comment was inherited from .
hasher
Hasher
The hasher to use when combining the components of this instance.
public static func fromNavigationState( navigationState: PackedNavigationState, context: Context ) -> TrafficRoute
Создание маршрута из десериализованного состояния навигации с добавлением содержащихся в нём объектов в базу дорожных событий (необходимо для отображения событий на маршруте на карте при невозможности получить события онлайн).
navigationState
PackedNavigationState
context
Context
TrafficRoute
var route
Route
Маршрут.
var traffic
Traffic
Пробочные данные.