Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StephanGeorg/staticmaps
/ addPolygon
Method
addPolygon
src/staticmaps.js:86–88 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
84
}
85
86
addPolygon(options) {
87
this.lines.push(
new
Polyline(options));
88
}
89
90
addMultiPolygon(options) {
91
this.multipolygons.push(
new
MultiPolygon(options));
Callers
1
staticmaps.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected