---
title: "download_image"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{download_image}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
```

```{r setup}
library(mgpStreamingSDK)
```
```{r}
#interface = mgpStreamingSDK::Interface$new()
#interface$download_image(bbox = "miny,minx,maxy,maxx", height = 512, width = 512)
```

