New to Kendo UI for AngularStart a free 30-day trial

MarkerCreatedEvent

Arguments for the markerCreated event. Fires once the map has created a marker, and just before the map displays it.

Cancelling the event prevents displaying the marker.

NameTypeDefaultDescription

layer

MapLayer

The marker layer instance.

marker

MapMarker

The marker instance.

sender

MapComponent

The MapComponent that triggered the event.

Methods

isDefaultPrevented

Returns true if the event was prevented by any of its subscribers.

Returns

boolean

true if the default action was prevented. Otherwise, returns false.

preventDefault

Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event.

In this article
Methods
Not finding the help you need?
Contact Support