public TileArea(LngLat min, LngLat max, int zoom) { this.min = min; this.max = max; this.zoom = zoom; }