Your listener id (must be unique for all map events)
Your listener function
// When the pitch of the map start, it will display a message in the console
JMap.Event.Map.on.pitchStart(
"custom-map-pitch-start",
args => console.log(`The pitch is starting (pitch="${args.pitch})")`
)
JMap.Event.Map.on.pitchStart
This event is triggered when pitch on the map start.