Click or drag to resize

Coordinates Constructor

Initializes a new instance of the Coordinates structure.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Coordinates(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
The latitude.
longitude
Type: SystemDouble
The longitude.
See Also