Click or drag to resize

MapCoordinate Constructor (UInt32, UInt32, Double, LatitudePostfix, UInt32, UInt32, Double, LongitudePostfix)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public MapCoordinate(
	uint latitudeDeg,
	uint latitudeMin,
	double latitudeSec,
	LatitudePostfix latitudePostfix,
	uint longitudeDeg,
	uint longitudeMin,
	double longitudeSec,
	LongitudePostfix longitudePostfix
)

Parameters

latitudeDeg
Type: SystemUInt32
Latitude, degrees.
latitudeMin
Type: SystemUInt32
Latitude, arc minutes.
latitudeSec
Type: SystemDouble
Latitude, arc seconds, with decimals.
latitudePostfix
Type: Arction.Wpf.ChartingLatitudePostfix
Heading letter, N or S.
longitudeDeg
Type: SystemUInt32
Longitude, degrees.
longitudeMin
Type: SystemUInt32
Longitude, arc minutes.
longitudeSec
Type: SystemDouble
Longitude, arc seconds, with decimals.
longitudePostfix
Type: Arction.Wpf.ChartingLongitudePostfix
Heading letter, E or W.
See Also