Issue with map component

Hello,

I am new to Glide and trying to build a little event app. Each of the events have a location and if the detail page of an event gets opened I would like to show only the specific event on the map.

Unfortunately, on the map all the locations are shown although in the menu on the right hand side the right location appears.

Does someone know why the map is fetching and showing all event locations? Thanks a lot :slight_smile:

1 Like

Apply a filter to your Map collection.
It should be something like “Event Name is Screen->Event Name”

2 Likes

Amazing! Thats what solved it.
Thanks a lot :clap:

1 Like

You can also use “This item” I believe.

2 Likes