ITMRef Constructor (LatLng) |
doogal.co.uk Home
Initializes a new instance of the
ITMRef class
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntaxpublic ITMRef(
LatLng ll
)
Public Sub New (
ll As LatLng
)
public:
ITMRef(
LatLng^ ll
)
new :
ll : LatLng -> ITMRef
Parameters
- ll
- Type: DotNetCoordsLatLng
The LatLng to convert from
See Also