Sections

public struct Sections

Sections contain information about the detailed breakdown of what information can be obtained for a particular route.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • RoadShieldSections provides information about road shield.

    Declaration

    Swift

    public var roadShieldSections: [RoadShieldSection]
  • TrafficSections provides information about traffic of the route.

    Declaration

    Swift

    public var trafficSections: [TrafficSection]
  • TravelModeSections provides information about the travel mode of the route.

    Declaration

    Swift

    public var travelModeSections: [TravelModeSection]
  • SpeedLimitSections provides information about the speed limits that are on the road.

    Declaration

    Swift

    public var speedLimitSections: [SpeedLimitSection]
  • LaneSections provides information about a part of the route related to the lanes.

    Declaration

    Swift

    public var laneSections: [LaneSection]
  • TollRoadSections provides information about toll road.

    Declaration

    Swift

    public let tollRoadSections: [TollRoadSection]
  • FerrySections provides infromation about ferry.

    Declaration

    Swift

    public let ferrySections: [FerrySection]
  • MotorawySections provides information about motorway.

    Declaration

    Swift

    public let motorwaySections: [MotorwaySection]
  • CarTrainSection provide information about car train.

    Declaration

    Swift

    public let carTrainSections: [CarTrainSection]
  • CountrySection provides information about country.

    Declaration

    Swift

    public let countrySections: [CountrySection]
  • TollVignetteSections provides information about toll vignette.

    Declaration

    Swift

    public let tollVignetteSections: [TollVignetteSection]
  • TunnelSections provides information about tunnel.

    Declaration

    Swift

    public let tunnelSections: [TunnelSection]
  • PedestrianSections provides information about pedestrain.

    Declaration

    Swift

    public let pedestrianSections: [PedestrianSection]
  • CarpoolSections provides information about car pool.

    Declaration

    Swift

    public let carpoolSections: [CarpoolSection]
  • UrabnSections provides infromation about ubran.

    Declaration

    Swift

    public let urbanSections: [UrbanSection]