Array
extension Array where Element == RoutePoint
extension Array where Element: Section
Important
This is a Public Preview API. It may be changed or removed at any time.-
Update the offset on the route for these route sections.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public func sectionsWithRouteOffset(_ routeOffset: Measurement<UnitLength>) -> Array<Element>Parameters
routeOffsetThis value is added to distance from the start of the route to the section.
Return Value
Updated
[Section].
Array Extension Reference