IMarkerIcon
geovisto-map / IMarkerIcon
Interface: IMarkerIcon\<T>
This intreface extends Leaflet Icon in order to work with generic icon type.
Author
Jiri Hynek
Extends
unknown
\<T
>
Type parameters
• T extends IMarkerIconOptions
Methods
updateData()
updateData(
values
,animateOptions
):void
It updates the data of the marker icon.
Parameters
• values: IMarkerIconValueOptions
• animateOptions: IDataChangeAnimateOptions
Returns
void