Class: LocationMessage
Defined in: WAProto/index.d.ts:7380
Implements
Constructors
new LocationMessage()
new LocationMessage(
p?):LocationMessage
Defined in: WAProto/index.d.ts:7381
Parameters
p?
Returns
Properties
accuracyInMeters?
optionalaccuracyInMeters:null|number
Defined in: WAProto/index.d.ts:7388
Implementation of
ILocationMessage.accuracyInMeters
address?
optionaladdress:null|string
Defined in: WAProto/index.d.ts:7385
Implementation of
comment?
optionalcomment:null|string
Defined in: WAProto/index.d.ts:7391
Implementation of
contextInfo?
optionalcontextInfo:null|IContextInfo
Defined in: WAProto/index.d.ts:7393
Implementation of
degreesClockwiseFromMagneticNorth?
optionaldegreesClockwiseFromMagneticNorth:null|number
Defined in: WAProto/index.d.ts:7390
Implementation of
ILocationMessage.degreesClockwiseFromMagneticNorth
degreesLatitude?
optionaldegreesLatitude:null|number
Defined in: WAProto/index.d.ts:7382
Implementation of
ILocationMessage.degreesLatitude
degreesLongitude?
optionaldegreesLongitude:null|number
Defined in: WAProto/index.d.ts:7383
Implementation of
ILocationMessage.degreesLongitude
isLive?
optionalisLive:null|boolean
Defined in: WAProto/index.d.ts:7387
Implementation of
jpegThumbnail?
optionaljpegThumbnail:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:7392
Implementation of
ILocationMessage.jpegThumbnail
name?
optionalname:null|string
Defined in: WAProto/index.d.ts:7384
Implementation of
speedInMps?
optionalspeedInMps:null|number
Defined in: WAProto/index.d.ts:7389
Implementation of
url?
optionalurl:null|string
Defined in: WAProto/index.d.ts:7386
Implementation of
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:7399
Returns
object
create()
staticcreate(properties?):LocationMessage
Defined in: WAProto/index.d.ts:7394
Parameters
properties?
Returns
decode()
staticdecode(r,l?):LocationMessage
Defined in: WAProto/index.d.ts:7396
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:7395
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):LocationMessage
Defined in: WAProto/index.d.ts:7397
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:7400
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:7398
Parameters
m
o?
IConversionOptions
Returns
object