Initializes new geographical coordinate.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public GeoCoordinate(
	double latitude,
	double longitude
)
Visual Basic
Public Sub New ( 
	latitude As Double,
	longitude As Double
)
Visual C++
public:
GeoCoordinate(
	double latitude, 
	double longitude
)
F#
new : 
        latitude : float * 
        longitude : float -> GeoCoordinate

Parameters

latitude
Type: System..::..Double
Latitude.
longitude
Type: System..::..Double
Longitude.

See Also