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

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.

Definition

Package:@progress/kendo-angular-map

Methods

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

Returns:

boolean

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

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

Properties

The marker layer instance.

The marker instance.

The MapComponent that triggered the event.