Table of Contents

Class StyleView

public class StyleView : ContentView
Inheritance
StyleView
Derived

Fields

IsAdded

protected bool IsAdded

Field Value

bool

Methods

AddLayerToParentMap()

protected virtual void AddLayerToParentMap()

FindParentMapLibreMap(Element)

protected static MapLibreMap? FindParentMapLibreMap(Element element)

Parameters

element Element

Returns

MapLibreMap

OnParentChanged()

protected override void OnParentChanged()

RemoveLayerFromParentMap()

Removes this element's contribution (sources/layers) from the map. Called when the element is removed from the map's visual tree. The default implementation does nothing.

protected virtual void RemoveLayerFromParentMap()