Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapConfigLayersOptions

A data type that represents the configuration options for map layers.

Hierarchy

  • MapConfigLayersOptions

Index

Properties

Properties

Optional base

base: string[]

Base layer codes, which will be rendered at the bottom of the layer stack.

Optional data

data: string[]

Weather data layer codes, which will be rendered above base layers but below overlay layers.

Optional overlays

overlays: string[]

Overlay layer codes, which will be rendered above data layers.

Optional text

text: string[]

Text layer codes, which will be rendered at the top of the layer stack.

Generated using TypeDoc