Namespace Mapsui.Layers
Classes
BaseFeature
BaseLayer
FetchInfo
GenericCollectionLayer<T>
The GenericCollectionLayer uses a T of IEnumerable of IFeature
GridLayer
A layer that renders a reference grid in the map's native coordinate system (CRS). Useful as a background when no tile layer is present — the grid gives visual feedback when panning or zooming because the lines scroll and spread with the map. No projection is performed; grid intervals are computed directly from Resolution and world units.
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.