monogame.extended Tiled

Hi

In the monogame.extended package there is a way to load a Tiled map into monogame, see

Does somebody have a code example on how to apply the collisions set on the Tiled map, using the Tiled collision editor, in monogame extended?
So for example I want my player to only walk inside roads, … on my 2d orthographic map made with Tiled , on which I set collisions with the Tiled collisions editor.

I don’t find any code on how to do this in monogame. I have my map loaded and can apply a Camera to it, but nothing more.

Found great tutorial here

https://community.monogame.net/t/tiled-map-maker-with-monogame/12494/8