Table of Contents

Class DevicesWirelessRadioAfcLocation

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

float

Longitude

Longitude of device sent to AFC

[DataMember(Name = "lng")]
public float Longitude { get; set; }

Property Value

float

Type

Where the location was retrieved from (GPS or geolocation propagation)

[DataMember(Name = "type")]
public string Type { get; set; }

Property Value

string

Uncertainty

Location uncertainty (radius) of device sent to AFC (in meters).

[DataMember(Name = "uncertainty")]
public int Uncertainty { get; set; }

Property Value

int