Skip to main content

IMapEvent

geovisto-mapReadme | API


geovisto-map / IMapEvent

Interface: IMapEvent\<TSource>

This interface declares abstract map event object.

Author

Jiri Hynek

Extended by

Type parameters

TSource extends IMapObject = IMapObject

Methods

getSource()

getSource(): TSource

Return source object of the event.

Returns

TSource

Source

model/types/event/IMapEvent.ts:18


getType()

getType(): string

Returns string which identifies the event.

Returns

string

Source

model/types/event/IMapEvent.ts:13