This function takes a set of polygons and retrieves roof data using the Google Maps API.
Usage
addRoofsGoogle(polygons, dir = getDirAppTemp(), async_queue = NULL)Examples
if (FALSE) { # \dontrun{
polygon <- sf::st_set_crs(sf::st_sfc(st_bbox_polygon(c(13.105, 11.825, 13.11, 11.83))), 4326L)
addRoofsGoogle(polygons = polygon)
} # }
