[Missing <summary> documentation for "M:Lucene.Net.Spatial.Tier.DistanceHandler.GetDistance(System.Int32,System.Double,System.Double,System.Double,System.Double)"]
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)
Syntax
C# |
---|
public double GetDistance( int docid, double centerLat, double centerLng, double lat, double lng ) |
Visual Basic |
---|
Public Function GetDistance ( _ docid As Integer, _ centerLat As Double, _ centerLng As Double, _ lat As Double, _ lng As Double _ ) As Double |
Visual C++ |
---|
public: double GetDistance( int docid, double centerLat, double centerLng, double lat, double lng ) |
Parameters
- docid
- Type: System..::..Int32
[Missing <param name="docid"/> documentation for "M:Lucene.Net.Spatial.Tier.DistanceHandler.GetDistance(System.Int32,System.Double,System.Double,System.Double,System.Double)"]
- centerLat
- Type: System..::..Double
[Missing <param name="centerLat"/> documentation for "M:Lucene.Net.Spatial.Tier.DistanceHandler.GetDistance(System.Int32,System.Double,System.Double,System.Double,System.Double)"]
- centerLng
- Type: System..::..Double
[Missing <param name="centerLng"/> documentation for "M:Lucene.Net.Spatial.Tier.DistanceHandler.GetDistance(System.Int32,System.Double,System.Double,System.Double,System.Double)"]
- lat
- Type: System..::..Double
[Missing <param name="lat"/> documentation for "M:Lucene.Net.Spatial.Tier.DistanceHandler.GetDistance(System.Int32,System.Double,System.Double,System.Double,System.Double)"]
- lng
- Type: System..::..Double
[Missing <param name="lng"/> documentation for "M:Lucene.Net.Spatial.Tier.DistanceHandler.GetDistance(System.Int32,System.Double,System.Double,System.Double,System.Double)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Spatial.Tier.DistanceHandler.GetDistance(System.Int32,System.Double,System.Double,System.Double,System.Double)"]