Click or drag to resize

GH_LonLatCoordinate Constructor (Double, Double)

Initializes a new instance of the GH_LonLatCoordinate class

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_LonLatCoordinate(
	double longitude,
	double latitude
)

Parameters

longitude
Type: SystemDouble
latitude
Type: SystemDouble
See Also