Click or drag to resize
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
)

Parameters

original
Type: DotNetCoordsLatLng
The original LatLng instance.
See Also