TollVignetteSection
public struct TollVignetteSection : Section
The TollVignetteSection struct contains information about a part of the route where a toll vignette is required.
-
Creates a
TollVignetteSectioninstance.Declaration
Swift
public init( sectionLocation: SectionLocation, routeOffset: Measurement<UnitLength>, length: Measurement<UnitLength>, countryCode: String )Parameters
sectionLocationThe location of the section.
routeOffsetThe offset on the route where the section starts.
lengthThe length of the section.
countryCodeThe 3-character ISO 3166-1 alpha-3 country code (e.g. “NLD”).
-
The location of the section.
Declaration
Swift
public var sectionLocation: SectionLocation -
The offset on the route where the section starts.
Declaration
Swift
public var routeOffset: Measurement<UnitLength> -
The length of the section.
Declaration
Swift
public var length: Measurement<UnitLength> -
The 3-character ISO 3166-1 alpha-3 country code (e.g. “NLD”)
Declaration
Swift
public var countryCode: String
TomTom SDK for iOS (0.53.1)
TollVignetteSection