OSRef Constructor (LatLng) |
doogal.co.uk Home
Convert this latitude and longitude into an OSGB (Ordnance Survey of Great
Britain) grid reference.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public OSRef(
LatLng ll
)
Public Sub New (
ll As LatLng
)
public:
OSRef(
LatLng^ ll
)
new :
ll : LatLng -> OSRef
Parameters
- ll
- Type: DotNetCoordsLatLng
The latitude and longitude.
Exceptions See Also