FastChar-ExtJs文档
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
AMap
Image
Layer
Param
constructor
hide
Loading
north
East
Lng
Lat
on
Change
show
Loading
south
West
Lng
Lat
title
type
url
z
Index
notify
Change
to
Result
Info
new
Param
图片图层的参数
Hierarchy
AMapItemBaseParam
AMapImageLayerParam
Index
Constructors
constructor
Properties
hide
Loading
north
East
Lng
Lat
on
Change
show
Loading
south
West
Lng
Lat
title
type
url
z
Index
Methods
notify
Change
to
Result
Info
new
Param
Constructors
constructor
new AMap
Image
Layer
Param
(
)
:
AMapImageLayerParam
Returns
AMapImageLayerParam
Properties
hide
Loading
hide
Loading
:
(
)
=>
void
= ...
Type declaration
(
)
:
void
Returns
void
north
East
Lng
Lat
north
East
Lng
Lat
:
string
东北坐标,右上坐标,例如:110.969035,32.667611
on
Change
on
Change
:
(
)
=>
void
= ...
Type declaration
(
)
:
void
Returns
void
show
Loading
show
Loading
:
(
message
?:
string
)
=>
void
= ...
Type declaration
(
message
?:
string
)
:
void
Parameters
Optional
message:
string
Returns
void
south
West
Lng
Lat
south
West
Lng
Lat
:
string
西南坐标,左下坐标,例如:110.568434,32.377389
title
title
:
string
= "图片图层"
type
type
:
string
= ...
url
url
:
string
图片的地址
z
Index
z
Index
:
number
层级
Methods
notify
Change
notify
Change
(
)
:
void
Returns
void
to
Result
Info
to
Result
Info
(
)
:
string
Returns
string
Static
new
Param
new
Param
(
param
?:
any
)
:
AMapImageLayerParam
实例化一个对象
Parameters
Optional
param:
any
配置
Returns
AMapImageLayerParam
图片图层的参数