Create an IrishRef object from the given latitude and longitude.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)

Syntax

C#
public IrishRef(
	LatLng ll
)
Visual Basic (Declaration)
Public Sub New ( _
	ll As LatLng _
)
Visual C++
public:
IrishRef(
	LatLng^ ll
)

Parameters

ll
Type: DotNetCoords..::.LatLng
The latitude and longitude.

See Also