How to get poi info when clicking poi icon on mapkit js

Dear all,

I am using mapkit js.
var map = new mapkit.Map('mymap',
{
center: center,
cameraDistance: 300,
showsZoomControl: true,
showsPointsOfInterest: true,
});

And after map initialized it come with some POI with icons like Apple map result.
I want to get the POI info when clicking POI icons. For example, POI name, coordinates, address, ..., etc.

How should I do that? I tried addEventListener, but with no luck. What object will be returned when clicking POI icons?

This cost me too much time, and I couldn't find good information from mapkit JS documentation.

Best regards,
How to get poi info when clicking poi icon on mapkit js
 
 
Q