
org.opentripplanner.updater.vehicle_rental.datasources.VehicleRentalDatasource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
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