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