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

org.opentripplanner.inspector.raster.MapTile Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.inspector.raster;

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