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

Implements

Constructors

new EventLocation()

new EventLocation(p?): EventLocation
Defined in: WAProto/index.d.ts:9741

Parameters

p?
IEventLocation

Returns

EventLocation

Properties

address?

optional address: null | string
Defined in: WAProto/index.d.ts:9745

Implementation of

IEventLocation.address

degreesLatitude?

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

Implementation of

IEventLocation.degreesLatitude

degreesLongitude?

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

Implementation of

IEventLocation.degreesLongitude

jpegThumbnail?

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

Implementation of

IEventLocation.jpegThumbnail

name?

optional name: null | string
Defined in: WAProto/index.d.ts:9744

Implementation of

IEventLocation.name

url?

optional url: null | string
Defined in: WAProto/index.d.ts:9746

Implementation of

IEventLocation.url

Methods

create()

static create(properties?): EventLocation
Defined in: WAProto/index.d.ts:9748

Parameters

properties?
IEventLocation

Returns

EventLocation

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

EventLocation

encode()

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

Parameters

m
IEventLocation
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): EventLocation
Defined in: WAProto/index.d.ts:9751

Parameters

d

Returns

EventLocation

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
EventLocation
o?
IConversionOptions

Returns

object