Trip struct Trip : Codable Should represent a continuous travel on public transport. startDate The date an time the tip started Declaration Swift var startDate: Date endDate The date an time the tip ended Declaration Swift var endDate: Date? locations An array of locations captured durring the trip Declaration Swift var locations: [Location] © 2020 . All rights reserved. (Last updated: 2020-01-11) Generated by jazzy ♪♫ v0.12.0, a Realm project.