GlobeTileLayer.GlobeTileLayer Constructors
Initializes a new instance of the GlobeTileLayer class.
Overload List
Name | Description | |
---|---|---|
Public method | GlobeTileLayer() | Initializes a new instance of the GlobeTileLayer class. |
Public method | GlobeTileLayer(LayerCollection layers) | Initializes a new instance of the GlobeTileLayer class with the given child layers. |
Public method | GlobeTileLayer(IEnumerable< Layer > layers) | Initializes a new instance of the GlobeTileLayer class with the given child layers. |
GlobeTileLayer()
Initializes a new instance of the GlobeTileLayer class.Syntax
public GlobeTileLayer ()
GlobeTileLayer(LayerCollection layers)
Initializes a new instance of the GlobeTileLayer class with the given child layers.Syntax
public GlobeTileLayer (
LayerCollection layers
)
Parameters
layers
Type: A collection of Layer elements.
A collection of child layers.
A collection of child layers.
GlobeTileLayer(IEnumerable< Layer > layers)
Initializes a new instance of the GlobeTileLayer class with the given child layers.Syntax
public GlobeTileLayer (
IEnumerable< Layer > layers
)
Parameters
layers
Type: A collection of Layer elements.
A collection of child layers.
A collection of child layers.
Platforms
Windows, Linux, Android