[Missing <summary> documentation for "M:Lucene.Net.Spatial.GeoHash.GeoHashUtils.Decode(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[] Decode(
	string geohash
)
Visual Basic
Public Shared Function Decode ( _
	geohash As String _
) As Double()
Visual C++
public:
static array<double>^ Decode(
	String^ geohash
)

Parameters

geohash
Type: System..::..String

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

Return Value

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

See Also