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
Syntaxpublic MapCoordinate(
uint latitudeDeg,
uint latitudeMin,
double latitudeSec,
LatitudePostfix latitudePostfix,
uint longitudeDeg,
uint longitudeMin,
double longitudeSec,
LongitudePostfix longitudePostfix
)
Public Sub New (
latitudeDeg As UInteger,
latitudeMin As UInteger,
latitudeSec As Double,
latitudePostfix As LatitudePostfix,
longitudeDeg As UInteger,
longitudeMin As UInteger,
longitudeSec As Double,
longitudePostfix As LongitudePostfix
)
public:
MapCoordinate(
unsigned int latitudeDeg,
unsigned int latitudeMin,
double latitudeSec,
LatitudePostfix latitudePostfix,
unsigned int longitudeDeg,
unsigned int 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