LatLng Constructor (LatLng) |
doogal.co.uk Home
Initializes a new instance of the
LatLng class based on another
LatLng instance.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public LatLng(
LatLng original
)
Public Sub New (
original As LatLng
)
public:
LatLng(
LatLng^ original
)
new :
original : LatLng -> LatLng
Parameters
- original
- Type: DotNetCoordsLatLng
The original LatLng instance.
See Also