Table of Contents

Class FloorPlansRecalculateAutoLocateJobRequestDeviceAutoLocate

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

Floor Plans Recalculate Auto Locate Job Device Auto Locate

[DataContract]
public class FloorPlansRecalculateAutoLocateJobRequestDeviceAutoLocate
Inheritance
FloorPlansRecalculateAutoLocateJobRequestDeviceAutoLocate
Inherited Members

Properties

IsAnchor

Whether or not this device's location should be saved as a user-defined anchor

[DataMember(Name = "isAnchor")]
public bool IsAnchor { get; set; }

Property Value

bool

Lat

Latitude

[DataMember(Name = "lat")]
public double Lat { get; set; }

Property Value

double

Lng

Longitude

[DataMember(Name = "lng")]
public double Lng { get; set; }

Property Value

double