Contents

new TileOverlay(imageForTile, options)

Creates a tile overlay with a URL template or image callback and style options.

Declaration

constructor(
    imageForTile: TileOverlayUrlTemplate | TileOverlayImageCallback,
    options?: TileOverlayConstructorOptions,
);

Parameters

See Also

Creating a tile overlay