Click or drag to resize

GeoCoordinate Constructor

Creates a new instance of the GeoCoordinate class.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public GeoCoordinate(
	double latitude,
	double longitude
)
View Source

Parameters

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