TollSystem public struct TollSystem : Hashable Contains informations about a toll system. systemName The name of the toll system. Declaration Swift public var systemName: String tollCosts The costs for the toll system. Declaration Swift public var tollCosts: [TollCost] init(systemName:tollCosts:) Creates a new instance. Declaration Swift public init(systemName: String, tollCosts: [TollCost] = []) © 2026 . All rights reserved. (Last updated: 2026-03-25) Generated by jazzy ♪♫ v0.15.2, a Realm project.