LandDefinition
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines the data of a lane in a map.

Inheritance:
Object =>
LandDefinition

Constructors

// Defines the data of a lane in a map.
String shortName, // The short name.
String name, // The name.
String setOf// The set of.
)

Properties

Gets the short name.
Type: String
Gets the name.
Type: String
Gets or sets the set of reference.
Type: String
Gets the HSize.
Type: Double
Gets the HCenter.
Type: Double
Gets or sets the maximum bounds.
Type: Double[]
Gets or sets the minimum bounds.
Type: Double[]
Gets or sets the data.
Type: LandData[]