
org.opentripplanner.service.osminfo.model.Platform Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.service.osminfo.model;
import java.util.Set;
import org.locationtech.jts.geom.Geometry;
import org.opentripplanner.framework.i18n.I18NString;
public record Platform(I18NString name, Geometry geometry, Set references) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy