属性列表
可以设置、检索或监听的任何属性。参见使用属性主题。
名称 | 类型 | 描述 | 类 | |
---|---|---|---|---|
Basemap | 更多信息 地图的底图。 | 更多信息 | BasemapGalleryViewModel | |
String | 更多信息 类名。 | 更多信息 | Accessor | |
Collection<BasemapGalleryItem> | 更多信息 表示底图的 BasemapGalleryItem 的集合。 | 更多信息 | BasemapGalleryViewModel | |
LocalBasemapsSource|PortalBasemapsSource | 更多信息 微件将显示的底图的源。 | 更多信息 | BasemapGalleryViewModel | |
String | 更多信息 视图模型的状态。 | 更多信息 | BasemapGalleryViewModel | |
MapView|SceneView | 更多信息 微件将从中运行的视图。 | 更多信息 | BasemapGalleryViewModel |
属性详细说明
-
起始版本: GeoScene API for JavaScript 4.22
-
类名。类的名称声明格式为
geoscene.folder.className
。
-
items Collection<BasemapGalleryItem>
-
表示底图的 BasemapGalleryItem 的集合。
-
微件将显示的底图的源。 此属性可使用阵列或底图的集合或门户实例自动转换。默认源是指向 geosceneConfig.portalUrl 中设置的默认门户实例的 PortalBasemapsSource。
-
state Stringreadonly
-
视图模型的状态。
可选值:"ready"|"disabled"
- 默认值:disabled
方法列表
名称 | 返回值类型 | 描述 | 类 | |
---|---|---|---|---|
Boolean | 更多信息 用于检查底图相等性的便利功能。 | 更多信息 | BasemapGalleryViewModel |