Skip to content

Commit 07fa9c8

Browse files
authored
Update building.js
1 parent bbeba91 commit 07fa9c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/building.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ class Building {
6262

6363
/**
6464
* Download data for new building
65+
* @param {string} type - way || multipolygon || relation (enum?)
66+
* @param {string} id - The OSM id of the object.
6567
*/
6668
static async downloadDataAroundBuilding(type, id) {
6769
let data;

0 commit comments

Comments
 (0)