Raster
Class for creating a raster on the map.
new constructor
(map, options)
Example:
const raster = new mapgl.Raster(map, {
bounds: map.getBounds(),
image: {
url: 'some/url'
},
});
Parameters
Methods
Class for creating a raster on the map.
(map, options)
Example:
const raster = new mapgl.Raster(map, {
bounds: map.getBounds(),
image: {
url: 'some/url'
},
});