Class GeohashDecodeResult
Inheritance
System.Object
GeohashDecodeResult
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 GeohashDecodeResult
Properties
| Improve this Doc View SourceError
Declaration
public Position Error { get; set; }
Property Value
Type | Description |
---|---|
Position |
GeoCoordinate
Declaration
public Position GeoCoordinate { get; set; }
Property Value
Type | Description |
---|---|
Position |