Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RasterStyle

A data type that provides style options for raster layers on a map, such as images and tiles.

Hierarchy

  • RasterStyle

Index

Properties

Optional belowLayer

belowLayer: string

String identifier under which the raster layer will be inserted. This is only available for third-party mapping libraries that support it, which is only Mapbox currently.

Optional blendMode

blendMode: string

Blend mode to apply to the image.

Optional blur

blur: number

Amount to blur the image.

Optional filters

filters: string[]

Optional format

format: string

File extension format to use for image requests when supported. Default value is png.

Optional opacity

opacity: number

Opacity of the layer on the map view.

Optional zIndex

zIndex: number

The z-index to apply to the layer when rendering on the map.

Generated using TypeDoc