New to KendoReact? Start a free 30-day trial
MarkerCreatedEvent
Fired when a marker has been created and is about to be displayed.
Cancelling the event will prevent the marker from being shown.
Name | Type | Default | Description |
---|---|---|---|
layer |
|
The marker layer instance. | |
marker |
|
The marker instance. | |
target |
|
The |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |