All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.apis.gtfs.model.CallRealTime Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.apis.gtfs.model;

import javax.annotation.Nullable;
import org.opentripplanner.transit.model.timetable.EstimatedTime;

public record CallRealTime(@Nullable EstimatedTime arrival, @Nullable EstimatedTime departure) {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy