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

imageLayerParam

imageLayerParam: AMapImageLayerParam

绑定的图片图层

northEastLngLat

northEastLngLat: string

东北坐标,右上坐标,例如:110.969035,32.667611

onChange

onChange: () => void = ...

Type declaration

    • (): void
    • Returns void

showLoading

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

Type declaration

    • (message?: string): void
    • Parameters

      • Optional message: string

      Returns void

sizeToContainer

sizeToContainer: any

矩形的宽高,相对地图显示的容器

southWestLngLat

southWestLngLat: string

西南坐标,左下坐标,例如:110.568434,32.377389

strokeColor

strokeColor: string = '#80d8ff'

边框色

title

title: string = "矩形区域选择"

type

type: string = ...

zIndex

zIndex: number

层级

Methods

bindImageLayer

notifyChange

  • notifyChange(): void

toResultInfo

  • toResultInfo(): string

Static newParam