Namespace Mapsui.Layers
Classes
BaseFeature
BaseLayer
FetchInfo
GenericCollectionLayer<T>
The GenericCollectionLayer uses a T of IEnumerable of IFeature
ImageLayer
Layer
Create layer with name
LayerCollection
Represents a collection of map layers with support for grouping, ordering, and change notifications.
LayerCollectionChangedEventArgs
MemoryLayer
The MemoryLayer has all features in memory.
MyLocationLayer
A layer to display a symbol for own location
ObservableMemoryLayer<T>
Represents a memory-based layer that exposes its data as an observable collection and synchronizes feature changes with the underlying feature set.
PointFeature
Feature representing a point on the map
RasterFeature
Feature representing a bitmap on the map.
RasterizingLayer
WritableLayer
Interfaces
IDynamic
IFeatureInfo
Some data source like WMS allow request for feature info. This is information not available in the primary response such as the WMS image.
ILayer
Interface for map layers
ILayerDataSource<T>
ILayerFeatureInfo
Some data source like WMS allow request for feature info. This is information not available in the primary response such as the WMS image.