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

org.opentripplanner.ext.vectortiles.LayerBuilderFactory Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
package org.opentripplanner.ext.vectortiles;

import java.util.Locale;
import org.opentripplanner.routing.graph.Graph;
import org.opentripplanner.transit.service.TransitService;

@FunctionalInterface
public interface LayerBuilderFactory {
  LayerBuilder create(
    Graph graph,
    TransitService transitService,
    VectorTilesResource.LayerParameters layerParameters,
    Locale locale
  );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy