We have now created an app that can recieve data via bluetooth and displays this data in a list on the application. This data gives the latitude and longitude of the hiders device.
We now only don't know how to convert this text into a variable for the latitude and a variable of the longitude so that we can create a marker of the location on the map.
Added is a link to the github file of our application. In the Main2activity you can see the information coming in and in the Map activity the variables of the hider should be replaced by the latitude and longitude coming in.