Class GeoHashDecoder
Inheritance
System.Object
GeoHashDecoder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Common
Assembly: Mars.Common.dll
Syntax
public class GeoHashDecoder
Constructors
| Improve this Doc View SourceGeoHashDecoder()
Declaration
public GeoHashDecoder()
GeoHashDecoder(Int32[], IReadOnlyDictionary<Char, Int32>)
Declaration
public GeoHashDecoder(int[] bits, IReadOnlyDictionary<char, int> decodeMap)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | bits | |
System.Collections.Generic.IReadOnlyDictionary<System.Char, System.Int32> | decodeMap |
Methods
| Improve this Doc View SourceDecode(String)
Declaration
public Position Decode(string geoHash)
Parameters
Type | Name | Description |
---|---|---|
System.String | geoHash |
Returns
Type | Description |
---|---|
Position |