Options
All
  • Public
  • Public/Protected
  • All
Menu

地图多边形图层的参数

Hierarchy

Index

Constructors

constructor

Properties

enabledEditor

enabledEditor: boolean = false

是否编辑

fillColor

fillColor: string = '#00b0ff'

填充色

hideLoading

hideLoading: () => void = ...

Type declaration

    • (): void
    • Returns void

onChange

onChange: () => void = ...

Type declaration

    • (): void
    • Returns void

path

path: string[]

多边形的坐标数组,例如:["110.605566,32.491494","110.614341,32.492633",……]

showLoading

showLoading: (message?: string) => void = ...

Type declaration

    • (message?: string): void
    • Parameters

      • Optional message: string

      Returns void

strokeColor

strokeColor: string = '#80d8ff'

边框色

title

title: string = "多边形区域选择"

type

type: string = ...

zIndex

zIndex: number

层级

Methods

notifyChange

  • notifyChange(): void

toResultInfo

  • toResultInfo(): string

Static newParam