IrishRef Constructor (LatLng) |
doogal.co.uk Home
Create an IrishRef object from the given latitude and longitude.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public IrishRef(
LatLng ll
)
Public Sub New (
ll As LatLng
)
public:
IrishRef(
LatLng^ ll
)
new :
ll : LatLng -> IrishRef
Parameters
- ll
- Type: DotNetCoordsLatLng
The latitude and longitude.
See Also