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

Function imageLayer

src/mapml/layers/ImageLayer.js:127–136  ·  view source on GitHub ↗
(
  url,
  location,
  size,
  angle,
  container,
  options
)

Source from the content-addressed store, hash-verified

125 }
126});
127export var imageLayer = function (
128 url,
129 location,
130 size,
131 angle,
132 container,
133 options
134) {
135 return new ImageLayer(url, location, size, angle, container, options);
136};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected