Table of Contents

TTMSFNCOpenLayers.AddTileLayer Method

Adds a custom tile layer to the map.

API unit family: TMSFNCOpenLayers Declaring type: TTMSFNCOpenLayers Inherited from: TTMSFNCCustomOpenLayers

Syntax

function AddTileLayer(AURL: string; AOpacity: Single = 1): TTMSFNCOpenLayersTileLayer;

Parameters

Name Description
AURL URL used by the operation.
AOpacity Opacity value applied to the layer.

Returns

The newly created item.