RoadTypeRouteLongAttribute | iOS SDK | Urbi Documentation

RoadTypeRouteLongAttribute

A container that stores an extended route attribute. Each element is stored as a pair containing a point and the value of the attribute element. The attribute action starts at the given point and ends at the next point from which the attribute action of the next element starts.

Extends: Hashable
public static func == (lhs: RoadTypeRouteLongAttribute, rhs: RoadTypeRouteLongAttribute) -> Bool

Returns a Boolean value indicating whether two values are equal.

Methods
public func entry(
    point: RoutePoint
) -> RoadTypeRouteLongEntry?

The element in which the given point falls.

Parameters
Properties

Number of elements.

Elements missing.