Skip to main content
Defined in: WAProto/index.d.ts:7344

Implements

Constructors

new LiveLocationMessage()

new LiveLocationMessage(p?): LiveLocationMessage
Defined in: WAProto/index.d.ts:7345

Parameters

p?
ILiveLocationMessage

Returns

LiveLocationMessage

Properties

accuracyInMeters?

optional accuracyInMeters: null | number
Defined in: WAProto/index.d.ts:7348

Implementation of

ILiveLocationMessage.accuracyInMeters

caption?

optional caption: null | string
Defined in: WAProto/index.d.ts:7351

Implementation of

ILiveLocationMessage.caption

contextInfo?

optional contextInfo: null | IContextInfo
Defined in: WAProto/index.d.ts:7355

Implementation of

ILiveLocationMessage.contextInfo

degreesClockwiseFromMagneticNorth?

optional degreesClockwiseFromMagneticNorth: null | number
Defined in: WAProto/index.d.ts:7350

Implementation of

ILiveLocationMessage.degreesClockwiseFromMagneticNorth

degreesLatitude?

optional degreesLatitude: null | number
Defined in: WAProto/index.d.ts:7346

Implementation of

ILiveLocationMessage.degreesLatitude

degreesLongitude?

optional degreesLongitude: null | number
Defined in: WAProto/index.d.ts:7347

Implementation of

ILiveLocationMessage.degreesLongitude

jpegThumbnail?

optional jpegThumbnail: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:7354

Implementation of

ILiveLocationMessage.jpegThumbnail

sequenceNumber?

optional sequenceNumber: null | number | Long
Defined in: WAProto/index.d.ts:7352

Implementation of

ILiveLocationMessage.sequenceNumber

speedInMps?

optional speedInMps: null | number
Defined in: WAProto/index.d.ts:7349

Implementation of

ILiveLocationMessage.speedInMps

timeOffset?

optional timeOffset: null | number
Defined in: WAProto/index.d.ts:7353

Implementation of

ILiveLocationMessage.timeOffset

Methods

create()

static create(properties?): LiveLocationMessage
Defined in: WAProto/index.d.ts:7356

Parameters

properties?
ILiveLocationMessage

Returns

LiveLocationMessage

decode()

static decode(r, l?): LiveLocationMessage
Defined in: WAProto/index.d.ts:7358

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

LiveLocationMessage

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:7357

Parameters

m
ILiveLocationMessage
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): LiveLocationMessage
Defined in: WAProto/index.d.ts:7359

Parameters

d

Returns

LiveLocationMessage

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:7362

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:7361

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:7360

Parameters

m
LiveLocationMessage
o?
IConversionOptions

Returns

object