SurfaceOverlay.Layers Property
Gets the collection of 2D layers that should be rendered as an overlay on the ground mesh.
Syntax
public LayerCollection Layers { get; }
Property Value
Default: Empty collection.
The collection of 2D layers that should be rendered as an overlay on the ground mesh.
Remarks
You should not use layers other than LayerSet and OrdinaryLayer as surface overlay layers, other types are not supported. Dynamic is supported and should be used if possible, for best performance.
See GlobeView.SurfaceOverlay for more information.
Platforms
Windows, Linux, Android