CoreMap<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines a geographic map for LiveCharts controls.

Type parameters:
TDrawingContext *summary not found*
Inheritance:
Object =>
CoreMap<TDrawingContext>
Derived:

Constructors

// Initializes a new instance of the CoreMap`1 class.
// Initializes a new instance of the CoreMap`1 class, with the given layer.
String path, // The path to the GeoJson file for the layer.
String layerName// The layer name.
)
// Initializes a new instance of the CoreMap`1 class, with the given layer.
StreamReader streamReader, // The stream reader instance of the GeoJson file for the layer.
String layerName// The layer name.
)

Properties

Gets the map layers dictionary.
Type: Dictionary<String, MapLayer<TDrawingContext>>

Methods

// Finds a land by short name.
String shortName, // The short name.
String layerName// The layer name.
)
// Adds a layer to the map from a directory.
String path, // The path to the GeoJson file for the layer.
IPaint<TDrawingContext> stroke, // The layer name.
IPaint<TDrawingContext> fill, // The stroke.
String layerName// The fill.
)
// Adds a layer to the map from a directory.
String path, // The path to the GeoJson file for the layer.
String layerName// The layer name.
)
// Adds a layer to the map from a stream reader.
StreamReader streamReader, // The path to the stream reader.
IPaint<TDrawingContext> stroke, // The layer name.
IPaint<TDrawingContext> fill, // The stroke.
String layerName// The fill.
)
// Adds a layer to the map from a stream reader.
StreamReader streamReader, // The path to the stream reader.
String layerName// The layer name.
)
// Adds a layer to the map from a directory asynchronously.
String path, // The path to the GeoJson file for the layer.
IPaint<TDrawingContext> stroke, // The layer name.
IPaint<TDrawingContext> fill, // The stroke.
String layerName// The fill.
)
// Adds a layer to the map from a directory asynchronously.
String path, // The path to the GeoJson file for the layer.
String layerName// The layer name.
)
// Adds a layer to the map from a stream reader asynchronously.
StreamReader streamReader, // The path to the stream reader.
IPaint<TDrawingContext> stroke, // The layer name.
IPaint<TDrawingContext> fill, // The stroke.
String layerName// The fill.
)
// Adds a layer to the map from a stream reader asynchronously.
StreamReader streamReader, // The path to the stream reader.
String layerName// The layer name.
)
// Disposes the map.