MapCoordinate Constructor (Double, Double) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic MapCoordinate(
double latitude,
double longitude
)
Public Sub New (
latitude As Double,
longitude As Double
)
public:
MapCoordinate(
double latitude,
double longitude
)
Parameters
- latitude
- Type: SystemDouble
Latitude, as decimal degrees. - longitude
- Type: SystemDouble
Longitude, as decimal degrees.
See Also