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

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

```{r setup}
library(MGPSDK)
```
```{r}
#instantiate the interface
#interface = MGPSDK::Interface$new()
#interface$basemaps_download_image(bbox = "minx,miny,maxx,maxy", srsname = "EPSG:4326",height = 512,width = 512,img_format = "jpeg", outputpath =file.path("Users/user/documents","download4326basemaps.jpeg"))
```