GeoJsonFeature
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines geo json features

Inheritance:
Object =>
GeoJsonFeature

Properties

Gets or sets the type.
Type: String
Gets or sets the properties. Values are kept as JsonElement so any GeoJson property value kind (string, number, boolean, null, object, array) deserializes.
Type: Dictionary<String, JsonElement>
Gets or sets the geometry.
Type: MultiPoligonGeometry