---
title: "Basemaps_download_tiles"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{Basemaps_download_tiles}
  %\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()
#Call the method in the interface object. 
#interface$basemaps_download_tiles(bbox = "39.547255,-106.138978,39.648179,-105.931954", zoom_level = 13, outputpath =file.path(tempdir(),"Basmaps_tiles"))
```