MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / min

Method min

src/web-map.js:1336–1338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1334 horizontal: {
1335 name: 'easting',
1336 get min() {
1337 return M[t.projection].options.bounds.min.x;
1338 },
1339 get max() {
1340 return M[t.projection].options.bounds.max.x;
1341 }

Callers 8

map-tile.test.jsFile · 0.45
_calculateBoundsMethod · 0.45
Util.jsFile · 0.45
geometry.jsFile · 0.45
MapLayer.jsFile · 0.45
ImageLayer.jsFile · 0.45
MapTileLayer.jsFile · 0.45
ContextMenu.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected