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

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