I'd like to create textbubbles that show the distance from that marker to the devices location, plus the name given to the marker. These are markers I set in advance:
mMap.addMarker(new MarkerOptions().position(new LatLng(51.1691158, 4.4662486)).icon(BitmapDescriptorFactory.fromResource(R.mipmap.ic_marker)));
This is an image of the design I had in mind: On the bottom of the activity, you should see textbubbles that you can scroll and click on