Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetOptionsResult<ExtraData>

Type parameters

  • ExtraData = any

Hierarchy

Index

Properties

bubble

bubble: boolean

事件是否穿透到地图

clickable

clickable: boolean

是否支持点击

extData

extData: {} | ExtraData

自定义属性

fillColor

fillColor: string

多边形填充颜色

fillOpacity

fillOpacity: number

边形填充透明度

lineJoin

lineJoin: StrokeLineJoin

折线拐点的绘制样式

map

map: Map

所属地图

path

path: LngLat[] | LngLat[][]

多边形轮廓线的节点坐标数组

strokeColor

strokeColor: string

线条颜色

strokeDasharray

strokeDasharray: number[]

虚线的分段

strokeOpacity

strokeOpacity: number

线条透明度

strokeStyle

strokeStyle: StrokeStyle

线条样式,虚线或者实线

strokeWeight

strokeWeight: number

线条宽度

texture

texture: string

zIndex

zIndex: number

层级

Generated using TypeDoc