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