Initializes a new instance of the FloatLatLng class

Namespace: Lucene.Net.Spatial.Geometry
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public FloatLatLng(
	LatLng ll
)
Visual Basic
Public Sub New ( _
	ll As LatLng _
)
Visual C++
public:
FloatLatLng(
	LatLng^ ll
)

Parameters

ll
Type: Lucene.Net.Spatial.Geometry..::..LatLng

[Missing <param name="ll"/> documentation for "M:Lucene.Net.Spatial.Geometry.FloatLatLng.#ctor(Lucene.Net.Spatial.Geometry.LatLng)"]

See Also