Click or drag to resize
FixPhrase Constructor (LatLng)
doogal.co.uk Home



Initializes a new instance of the FixPhrase class with a latitude and longitude.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.24 (1.0.0.24)
Syntax
public FixPhrase(
	LatLng ll
)

Parameters

ll
Type: DotNetCoordsLatLng
The latitude and longitude.
See Also