A view model that represents each item in the
BaseLayerPicker
.
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
The object containing all parameters.
|
Members
Gets the category
readonly creationCommand : Command
Gets the Command that creates one or more providers which will be added to
the globe when this item is selected.
Gets the icon. This property is observable.
Gets the display name. This property is observable.
Gets the tooltip. This property is observable.
Type Definitions
Cesium.ProviderViewModel.CreationFunction() → ImageryProvider|TerrainProvider|Array.<ImageryProvider>|Array.<TerrainProvider>|Promise.<TerrainProvider>|Promise.<ImageryProvider>|Promise.<Array.<TerrainProvider>>|Promise.<Array.<ImageryProvider>>
A function which creates one or more providers.
Returns:
The ImageryProvider or TerrainProvider, or array of providers, to be added
to the globe.