Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maps4HTML/MapML.js
/ extent
Method
extent
src/map-tile.js:69–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
}
69
get extent() {
70
if
(!this._extent) {
71
this._calculateExtent();
72
}
73
return
this._extent;
74
}
75
get position() {
76
return
calculatePosition(this);
77
}
Callers
nothing calls this directly
Calls
1
_calculateExtent
Method · 0.95
Tested by
no test coverage detected