Preparing search index...
The search index is not available
高德云境 CesiumJS 插件接口文档
高德云境 CesiumJS 插件接口文档
MonomerDrawLayerOptions
Interface MonomerDrawLayerOptions
栅格图层的初始化参数
interface
MonomerDrawLayerOptions
{
api_url
:
string
;
cb
?:
(
(
center
:
any
,
entities
:
any
)
=>
void
)
;
data
:
any
;
highlight_color
:
string
;
name
:
string
;
tiles
:
any
;
viewer
:
Viewer
;
}
Index
Properties
api_
url
cb?
data
highlight_
color
name
tiles
viewer
Properties
api_
url
api_
url
:
string
Optional
cb
cb
?:
(
(
center
:
any
,
entities
:
any
)
=>
void
)
data
data
:
any
highlight_
color
highlight_
color
:
string
name
name
:
string
tiles
tiles
:
any
viewer
viewer
:
Viewer
Cesium.Viewer 对象
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
api_
url
cb
data
highlight_
color
name
tiles
viewer
高德云境 CesiumJS 插件接口文档
Loading...
栅格图层的初始化参数