We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeba91 commit 07fa9c8Copy full SHA for 07fa9c8
src/building.js
@@ -62,6 +62,8 @@ class Building {
62
63
/**
64
* Download data for new building
65
+ * @param {string} type - way || multipolygon || relation (enum?)
66
+ * @param {string} id - The OSM id of the object.
67
*/
68
static async downloadDataAroundBuilding(type, id) {
69
let data;
0 commit comments