Class DevicesWirelessRadioAfcLocation
Location attributes of device's AFC information
[DataContract]
public class DevicesWirelessRadioAfcLocation
- Inheritance
-
DevicesWirelessRadioAfcLocation
- Inherited Members
Constructors
DevicesWirelessRadioAfcLocation()
public DevicesWirelessRadioAfcLocation()
Properties
Latitude
Latitude of device sent to AFC
[DataMember(Name = "lat")]
public float Latitude { get; set; }
Property Value
Longitude
Longitude of device sent to AFC
[DataMember(Name = "lng")]
public float Longitude { get; set; }
Property Value
Type
Where the location was retrieved from (GPS or geolocation propagation)
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Uncertainty
Location uncertainty (radius) of device sent to AFC (in meters).
[DataMember(Name = "uncertainty")]
public int Uncertainty { get; set; }