Class FloorPlansRecalculateAutoLocateJobRequestDeviceAutoLocate
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
Lat
Latitude
[DataMember(Name = "lat")]
public double Lat { get; set; }
Property Value
Lng
Longitude
[DataMember(Name = "lng")]
public double Lng { get; set; }