Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Right Click / context menu event in agm-marker #1362

@lalitha02

Description

@lalitha02

Unable to access right click event in AgmMarker

Agm Map doesn't allow the user to create custom right click events as well.

marker.rightMouseClick = new EventEmitter();;
var rightclick = marker._markerManager.createEventObservable('rightclick', marker)
.subscribe(function (e) {
marker.rightMouseClick.emit(e);
});
marker._observableSubscriptions.push(rightclick);

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions