# Interface: FlowCoreMapLayerOptions

FlowCoreMapLayer options.

# Hierarchy

  • FlowCoreMapLayerOptions

# Properties

# above

Optional above: string

Insert the layer above specified layer.


# below

Optional below: string

Insert the layer below specified layer.


# flowMap

flowMap: FlowCoreMap

Parent map.


# id

id: string

Layer ID.


# interactive

Optional interactive: boolean

Enable feature hover effect and click handling.


# maxZoom

Optional maxZoom: number

Maximum visible zoom level.


# minZoom

Optional minZoom: number

Minimum visible zoom level.


# source

Optional source: string

Map data source to display.


# sourceLayer

Optional sourceLayer: string

Map data source layer to display. (Applicable to 'vector'-type data sources).


# type

type: LayerType

Layer type.