MapLayer<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines a map layer.

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

Constructors

// Defines a map layer.
String layerName, // The layer name.
IPaint<TDrawingContext> stroke, // The stroke.
IPaint<TDrawingContext> fill// The fill.
)

Properties

Gets or sets the name.
Type: String
Gets or sets the layer process index.
Type: Int32
Gets or sets a value indicating whether this layer is visible.
Type: Boolean
Gets or sets the stroke.
Type: IPaint<TDrawingContext>
Gets or sets the fill.
Type: IPaint<TDrawingContext>
Max
Gets or sets the X bounds.
Type: Double[]
Min
Gets or sets the Y bounds.
Type: Double[]
Gets the lands.
Type: Dictionary<String, LandDefinition>
Gets or sets the land condition, it must return true if the land is required.
Type: Func<LandDefinition, CoreMap<TDrawingContext>, Boolean>

Methods

// Adds a GeoJson file to the layer.
GeoJsonFile file//
)