[Missing <summary> documentation for "M:Lucene.Net.Spatial.GeoHash.GeoHashUtils.DecodeExactly(System.String)"]

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

Syntax

C#
public static double[] DecodeExactly(
	string geohash
)
Visual Basic
Public Shared Function DecodeExactly ( _
	geohash As String _
) As Double()
Visual C++
public:
static array<double>^ DecodeExactly(
	String^ geohash
)

Parameters

geohash
Type: System..::..String

[Missing <param name="geohash"/> documentation for "M:Lucene.Net.Spatial.GeoHash.GeoHashUtils.DecodeExactly(System.String)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Spatial.GeoHash.GeoHashUtils.DecodeExactly(System.String)"]

See Also