Class SourceView
- Namespace
- MapLibreNative.Maui.Handlers.Sources
public class SourceView : StyleView
- Inheritance
-
SourceView
- Derived
- Inherited Members
Fields
MaxZoomProperty
public static readonly BindableProperty MaxZoomProperty
Field Value
- BindableProperty
MinZoomProperty
public static readonly BindableProperty MinZoomProperty
Field Value
- BindableProperty
SourceNameProperty
public static readonly BindableProperty SourceNameProperty
Field Value
- BindableProperty
Properties
MaxZoom
public int MaxZoom { get; set; }
Property Value
MinZoom
public int MinZoom { get; set; }
Property Value
SourceName
public string SourceName { get; set; }