@JsType(isNative=true, namespace="<global>", name="Object") public class ProviderViewModelOptions extends Object
ProviderViewModel
.Modifier and Type | Field and Description |
---|---|
String |
category
A category for the layer.
|
Command |
createFunctionCommand
A function or Command that creates one or more providers which will be added to the globe when this item is selected.
|
String |
iconUrl
An icon representing the layer.
|
ProviderViewModel.ImageryProviderCreationFunction |
imageryProviderCreationFunction
A function or Command that creates one or more providers which will be added to the globe when this item is selected.
|
String |
name
The name of the layer.
|
ProviderViewModel.TerrainProviderCreationFunction |
terrainProviderCreationFunction
A function or Command that creates one or more providers which will be added to the globe when this item is selected.
|
String |
tooltip
The tooltip to show when the item is moused over.
|
Constructor and Description |
---|
ProviderViewModelOptions() |
@JsProperty public String name
@JsProperty public String tooltip
@JsProperty public String iconUrl
@JsProperty public String category
@JsProperty(name="creationFunction") public ProviderViewModel.ImageryProviderCreationFunction imageryProviderCreationFunction
@JsProperty(name="creationFunction") public ProviderViewModel.TerrainProviderCreationFunction terrainProviderCreationFunction
@JsProperty public Command createFunctionCommand
Copyright © 2019. All rights reserved.