Skip to main content

TdxCustomMapControl.AddImageTileLayer Method

Creates a new image tile layer.

Declaration

function AddImageTileLayer: TdxMapImageTileLayer;

Returns

Type
TdxMapImageTileLayer

Remarks

This function creates a new image tile layer with default settings, appends it to the map control’s Layers collection, and returns the created layer as the function’s result.

See Also