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

org.opentripplanner.updater.vehicle_rental.datasources.VehicleRentalDatasource Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.updater.vehicle_rental.datasources;

import java.util.List;
import org.opentripplanner.service.vehiclerental.model.GeofencingZone;
import org.opentripplanner.service.vehiclerental.model.VehicleRentalPlace;
import org.opentripplanner.updater.spi.DataSource;

public interface VehicleRentalDatasource extends DataSource {
  default List getGeofencingZones() {
    return List.of();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy