Hi,
I'm hacking together a very rudimentary PowerApp that shows the location of a meeting room in our building.
I have a SharePoint list that contains the meeting rooms called "Lokaler"

The app consists of:
Image:
First(Gallery8.Selected.Attachments).Value
Text input (search field):
" "
Gallery:
Sort(Filter(Lokaler, StartsWith(Lokale, TextInput1.Text) || StartsWith(Nummer, TextInput1.Text)),Sal,Ascending)
Currently when you click on a gallery item, it displays the attached image from the list item, in the SharePoint list.
To make it easier to maintain I would like to change the functionality to instead read the X and Y coordinates from the list item and draw a red circle at those coordinates.
Is this possible?
Here is what the app looks like:
