Initializes a new instance of the LLRect class

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

Syntax

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

Parameters

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

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

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

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

See Also