Implements
Constructors
new EventLocation()
new EventLocation(Defined in: WAProto/index.d.ts:9741p?):EventLocation
Parameters
p?
IEventLocation
Returns
EventLocation
Properties
address?
Defined in: WAProto/index.d.ts:9745optionaladdress:null|string
Implementation of
IEventLocation.address
degreesLatitude?
Defined in: WAProto/index.d.ts:9742optionaldegreesLatitude:null|number
Implementation of
IEventLocation.degreesLatitude
degreesLongitude?
Defined in: WAProto/index.d.ts:9743optionaldegreesLongitude:null|number
Implementation of
IEventLocation.degreesLongitude
jpegThumbnail?
Defined in: WAProto/index.d.ts:9747optionaljpegThumbnail:null|Uint8Array<ArrayBufferLike>
Implementation of
IEventLocation.jpegThumbnail
name?
Defined in: WAProto/index.d.ts:9744optionalname:null|string
Implementation of
IEventLocation.name
url?
Defined in: WAProto/index.d.ts:9746optionalurl:null|string
Implementation of
IEventLocation.url
Methods
create()
Defined in: WAProto/index.d.ts:9748staticcreate(properties?):EventLocation
Parameters
properties?
IEventLocation
Returns
EventLocation
decode()
Defined in: WAProto/index.d.ts:9750staticdecode(r,l?):EventLocation
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
EventLocation
encode()
Defined in: WAProto/index.d.ts:9749staticencode(m,w?):Writer
Parameters
m
IEventLocation
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:9751staticfromObject(d):EventLocation
Parameters
d
Returns
EventLocation
getTypeUrl()
Defined in: WAProto/index.d.ts:9754staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:9753
Returns
object
toObject()
Defined in: WAProto/index.d.ts:9752statictoObject(m,o?):object
Parameters
m
EventLocation
o?
IConversionOptions
Returns
object