Click or drag to resize

GeoCoordinate Constructor

Initializes a new instance of the GeoCoordinate class

Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GeoCoordinate(
	double longitude,
	double latitude
)

Parameters

longitude  Double
 
latitude  Double
 
See Also