iotile-cloud
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Device
Location
Delta
constructor
classname
id
new
Lat
new
Lng
old
Lat
old
Lng
slug
Class
Name
apply
check
get
Patch
serialize
serialize
Arguments
Deserialize
Hierarchy
DeviceDelta
DeviceLocationDelta
Index
Constructors
constructor
Properties
classname
id
new
Lat
new
Lng
old
Lat
old
Lng
slug
Class
Name
Methods
apply
check
get
Patch
serialize
serialize
Arguments
Deserialize
Constructors
constructor
new
Device
Location
Delta
(
oldLat
:
number
, oldLng
:
number
, newLat
:
number
, newLng
:
number
, slug
:
string
, guid
?:
undefined
|
string
)
:
DeviceLocationDelta
Parameters
oldLat:
number
oldLng:
number
newLat:
number
newLng:
number
slug:
string
Optional
guid:
undefined
|
string
Returns
DeviceLocationDelta
Properties
classname
classname
:
string
id
id
:
string
Private
new
Lat
new
Lat
:
number
Private
new
Lng
new
Lng
:
number
Private
old
Lat
old
Lat
:
number
Private
old
Lng
old
Lng
:
number
slug
slug
:
string
Static
Class
Name
Class
Name
:
string
= "DeviceLocationDelta"
Methods
apply
apply
(
device
:
Device
)
:
void
Parameters
device:
Device
Returns
void
check
check
(
device
:
Device
)
:
DeltaStatus
Parameters
device:
Device
Returns
DeltaStatus
get
Patch
get
Patch
(
)
:
object
Returns
object
lat
:
number
lon
:
number
serialize
serialize
(
)
:
SerializedDelta
Returns
SerializedDelta
serialize
Arguments
serialize
Arguments
(
)
:
__type
Returns
__type
Static
Deserialize
Deserialize
(
guid
:
string
, slug
:
string
, serializedArgs
:
any
)
:
DeviceLocationDelta
Parameters
guid:
string
slug:
string
serializedArgs:
any
Returns
DeviceLocationDelta
Generated using
TypeDoc