
org.opentripplanner.standalone.config.debuguiconfig.BackgroundTileLayer Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.standalone.config.debuguiconfig;
public record BackgroundTileLayer(
String name,
String templateUrl,
int tileSize,
String attribution
) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy