GeoMapCore
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView

Summary:

Inheritance:

Constructors

// Initializes a new instance of the GeoMapCore class from the given core map.
// Initializes a new instance of the GeoMapCore class from the given core map.
CoreMap<SkiaSharpDrawingContext> coreMap//
)

Properties

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

Methods

// Gets the world map.
// Gets a map from a specified path.
String path// The path.
)
// Gets a map from a specified stream.
StreamReader stream// The stream.
)
// Gets a map from a specified path.
String path// The path.
)
// Gets a map from a specified stream.
StreamReader stream// The stream.
)
// 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.
String layerName// The layer name.
)
// 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.
String layerName// The layer name.
)
// 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.