Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Layer

TileLayer

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new Layer(options: any): Layer
  • Parameters

    • options: any

      options to configure the Layer

    Returns Layer

Properties

Readonly id

id: string

The identifier of the Layer.

max

max: number

maximum zoom level at which data from the Layer will be displayed.

min

min: number

minimum zoom level at which data from the Layer is displayed.

name

name: string = ""

The name of the Layer

Generated using TypeDoc