MapContext<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines a map context.

Type parameters:
TDrawingContext
Inheritance:
Object =>
MapContext<TDrawingContext>

Constructors

// Initializes a new instance of MapContext`1 class.
GeoMap<TDrawingContext> core, // *summary not found*
IGeoMapView<TDrawingContext> view, // *summary not found*
CoreMap<TDrawingContext> map, // *summary not found*
MapProjector projector// *summary not found*
)

Properties

Gets the core map.
Type: GeoMap<TDrawingContext>
Gets the map file.
Type: CoreMap<TDrawingContext>
Gets the map projector.
Type: MapProjector
Gets the map view.
Type: IGeoMapView<TDrawingContext>