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] = []) © 2025 . All rights reserved. (Last updated: 2025-11-24) Generated by jazzy ♪♫ v0.15.2, a Realm project.