
org.opentripplanner.ext.debugrastertiles.MapTile Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.ext.debugrastertiles;
import org.locationtech.jts.geom.Envelope;
/**
* Container for a map tile bounds and size
*/
public record MapTile(Envelope bbox, int width, int height) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy