
org.opentripplanner.apis.transmodel.mapping.PassThroughLocationMapper 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.apis.transmodel.mapping;
import static java.util.stream.Collectors.collectingAndThen;
import static java.util.stream.Collectors.toList;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import org.opentripplanner.routing.api.request.PassThroughPoint;
import org.opentripplanner.transit.service.TransitService;
class PassThroughLocationMapper {
static List toLocations(
final TransitService transitService,
final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy