IMapEvent
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