MapLayer
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines a map layer.

Inheritance:
Object =>
MapLayer

Constructors

// Defines a map layer.
String layerName, // The layer name.
Paint stroke, // The stroke.
Paint 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: Paint
Gets or sets the fill.
Type: Paint
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, DrawnMap, Boolean>

Methods

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