Table of Contents

TTMSFNCOpenLayersTileLayer Class

Represents a custom OpenLayers tile layer.

API unit family: TMSFNCOpenLayers Inherits from: TCollectionItem

Syntax

TTMSFNCOpenLayersTileLayer = class(TCollectionItem)

Properties

Name Description
CSSClassName Specifies the CSS class name assigned to the tile layer.
DataBoolean Stores custom Boolean data associated with the item. When True, the caller-defined flag is set.
DataInteger Stores custom integer data associated with the item.
DataObject Stores a custom object reference associated with the item.
DataPointer Stores custom pointer data associated with the item.
DataString Stores custom string data associated with the item.
ID Returns the generated identifier used for the item in the map script.
Opacity Specifies the tile layer opacity.
Params Configures provider-specific tile layer parameters.
Recreate Specifies whether the item should be recreated on the next update. When True, the item is rebuilt.
Source Specifies the tile layer source type.
URL Specifies the URL template or endpoint used by the tile layer.