MapLayer<TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Geo
Summary:
Defines a map layer.
| TDrawingContext | *summary not found* |
Object
=>
MapLayer<TDrawingContext>
Constructors
// Initializes a new MapLayer`1 from the given GeoJsonFile.
| String layerName, | // The layer name. |
| IPaint<TDrawingContext> stroke, | // The stroke. |
| IPaint<TDrawingContext> fill | // The fill. |
)
Properties
Gets or sets the layer process index.
Type: Int32
Type: Int32
Gets the lands.
Type: Dictionary<String, LandDefinition>
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>
Type: Func<LandDefinition, CoreMap<TDrawingContext>, Boolean>