Calculate the midpoint between this point an another. Respects fixed vs floating point
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 abstract LatLng CalculateMidpoint( LatLng other ) |
Visual Basic |
---|
Public MustOverride Function CalculateMidpoint ( _ other As LatLng _ ) As LatLng |
Visual C++ |
---|
public: virtual LatLng^ CalculateMidpoint( LatLng^ other ) abstract |
Parameters
- other
- Type: Lucene.Net.Spatial.Geometry..::..LatLng
The other.
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Spatial.Geometry.LatLng.CalculateMidpoint(Lucene.Net.Spatial.Geometry.LatLng)"]