Information about the current point on map returned by the WxLayer method.

Hierarchy

  • WxTileInfo

Properties

data: number[]

values of all variables in datasets's units

dataUnits: string

WxUnits defined dataset

hexColor: string[]

web colors defined by curent values data and the style

inStyleUnits: number[]

values of all variables in Style's units

raw: number[]

RAW values of all variables in internal representation

rgba: number[]

uint32 colors defined by curent values data and the style

styleUnits: string

WxUnits defined style

tilePoint: {
    x: number;
    y: number;
}

The current point on map.

Type declaration

  • x: number
  • y: number

Generated using TypeDoc