Maps
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines the maps

Inheritance:
Object =>
Maps

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.
)
// Builds a projector with the given parameters.
MapProjection projection, // The projection.
Single[] mapSize, // Size of the map.
Double centerLon, // The center longitude (used for Orthographic projection).
Double centerLat// The center latitude (used for Orthographic projection).
)