MapProjector
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
The map projector class.

Inheritance:
Object =>
MapProjector
Derived:

Properties

Gets the map width.
Type: Single
Gets the map height.
Type: Single
Gets the x offset width.
Type: Single
Gets the y offset.
Type: Single

Methods

// Projects the given point.
Double[] point// The point.
)
// Determines whether a point at the given longitude and latitude is visible in this projection. Always returns true for flat projections.
Double longitude, // The longitude.
Double latitude// The latitude.
)