Class ObservableMemoryLayer<T>
Inheritance
ObservableMemoryLayer<T>
Assembly: Mapsui.dll
Syntax
public class ObservableMemoryLayer<T> : MemoryLayer, ILayer, IAnimatable, INotifyPropertyChanged, IDisposable where T : class
Type Parameters
Constructors
|
Edit this page
View Source
ObservableMemoryLayer(Func<T, IFeature?>, string?)
Declaration
public ObservableMemoryLayer(Func<T, IFeature?> getFeature, string? name = null)
Parameters
Properties
|
Edit this page
View Source
Features
Hide set from Base Features Collection because, if this is set than observable memory layer does not work
Declaration
public IEnumerable<IFeature> Features { get; }
Property Value
|
Edit this page
View Source
ObservableCollection
Declaration
public ObservableCollection<T>? ObservableCollection { get; set; }
Property Value
Implements
Extension Methods