Is is possible to get the mouse right click event on Openlayer3? If so how can i get the latitude and longitude of the right clicked location.
i have got the right click event by following
map.getViewport().addEventListener('contextmenu', function (evt) {
});
How can i get the latitude and longitude of the right clicked point?