Maps
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Geo
Summary:
Defines the maps
Object
=>
Maps
Methods
// Gets the world map.
// 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). |
)