Initializes a new instance of the FixedLatLng class
Namespace: Lucene.Net.Spatial.GeometryAssembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)
Syntax
C# |
---|
public FixedLatLng( int lat, int lng ) |
Visual Basic |
---|
Public Sub New ( _ lat As Integer, _ lng As Integer _ ) |
Visual C++ |
---|
public: FixedLatLng( int lat, int lng ) |
Parameters
- lat
- Type: System..::..Int32
[Missing <param name="lat"/> documentation for "M:Lucene.Net.Spatial.Geometry.FixedLatLng.#ctor(System.Int32,System.Int32)"]
- lng
- Type: System..::..Int32
[Missing <param name="lng"/> documentation for "M:Lucene.Net.Spatial.Geometry.FixedLatLng.#ctor(System.Int32,System.Int32)"]