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