GeoCoordinate Constructor

Creates a new instance of the GeoCoordinate class.

Definition

Namespace: Gemstone.Numeric.Geo
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.173 -- Release Build+f98ef614814d50c1f66a919b6c587a372a50e4bf
public GeoCoordinate(
	double latitude,
	double longitude
)

Parameters

latitude  Double
The latitude of the geographical coordinate.
longitude  Double
The longitude of the geographical coordinate.

See Also