Table of Contents

Class LayerView<T>

public class LayerView<T> : StyleView

Type Parameters

T
Inheritance
LayerView<T>
Derived
Inherited Members

Fields

BelowLayerIdProperty

public static readonly BindableProperty BelowLayerIdProperty

Field Value

BindableProperty

EnableInteractionProperty

public static readonly BindableProperty EnableInteractionProperty

Field Value

BindableProperty

LayerNameProperty

public static readonly BindableProperty LayerNameProperty

Field Value

BindableProperty

MaxZoomProperty

public static readonly BindableProperty MaxZoomProperty

Field Value

BindableProperty

MinZoomProperty

public static readonly BindableProperty MinZoomProperty

Field Value

BindableProperty

PropertiesProperty

public static readonly BindableProperty PropertiesProperty

Field Value

BindableProperty

SourceLayerProperty

public static readonly BindableProperty SourceLayerProperty

Field Value

BindableProperty

SourceNameProperty

public static readonly BindableProperty SourceNameProperty

Field Value

BindableProperty

Properties

BelowLayerId

public string BelowLayerId { get; set; }

Property Value

string

EnableInteraction

public bool EnableInteraction { get; set; }

Property Value

bool

LayerName

public string LayerName { get; set; }

Property Value

string

MaxZoom

public float MaxZoom { get; set; }

Property Value

float

MinZoom

public float MinZoom { get; set; }

Property Value

float

Properties

public T? Properties { get; set; }

Property Value

T

SourceLayer

public string SourceLayer { get; set; }

Property Value

string

SourceName

public string SourceName { get; set; }

Property Value

string