Class CellLocationResult
WGS84 location result.
Inheritance
Object
CellLocationResult
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: FBoxClientDriver.Contract.Entity
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class CellLocationResult
Properties
Address
WGS84 location result.
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
String |
Latitude
WGS84 location result.
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
Double |
Longitude
WGS84 location result.
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
Double |
Radius
Precision presented by radius in meter
Declaration
public int Radius { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
ToString()
WGS84 location result.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()