Table of Contents

Class OrganizationsWirelessRadioAfcPowerLimitsByDeviceLocation

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

Location attributes of device's AFC information

[DataContract]
public class OrganizationsWirelessRadioAfcPowerLimitsByDeviceLocation
Inheritance
OrganizationsWirelessRadioAfcPowerLimitsByDeviceLocation
Inherited Members

Constructors

OrganizationsWirelessRadioAfcPowerLimitsByDeviceLocation()

public OrganizationsWirelessRadioAfcPowerLimitsByDeviceLocation()

Properties

Latitude

Latitude of device sent to AFC.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lat")]
public int Latitude { get; set; }

Property Value

int

Longitude

Longitude of device sent to AFC.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lng")]
public int Longitude { get; set; }

Property Value

int

Type

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

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

Property Value

string

Uncertainty

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

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

Property Value

int