Class StyleView
- Namespace
- MapLibreNative.Maui.Handlers.Annotation
public class StyleView : ContentView
- Inheritance
-
StyleView
- Derived
Fields
IsAdded
protected bool IsAdded
Field Value
Methods
AddLayerToParentMap()
protected virtual void AddLayerToParentMap()
FindParentMapLibreMap(Element)
protected static MapLibreMap? FindParentMapLibreMap(Element element)
Parameters
elementElement
Returns
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()