Initializes a new instance of the GeographicLocation class

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public GeographicLocation(
	double latitude,
	double longitude
)
Visual Basic
Public Sub New ( _
	latitude As Double, _
	longitude As Double _
)
Visual C++
public:
GeographicLocation(
	double latitude, 
	double longitude
)

Parameters

latitude
Type: System..::..Double
longitude
Type: System..::..Double

See Also