Options
All
  • Public
  • Public/Protected
  • All
Menu

图片图层的参数

Hierarchy

Index

Constructors

constructor

Properties

hideLoading

hideLoading: () => void = ...

Type declaration

    • (): void
    • Returns void

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

southWestLngLat

southWestLngLat: string

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

title

title: string = "图片图层"

type

type: string = ...

url

url: string

图片的地址

zIndex

zIndex: number

层级

Methods

notifyChange

  • notifyChange(): void

toResultInfo

  • toResultInfo(): string

Static newParam