I'm trying to add a view over the marker in the google maps fragment I searched everywhere even in the old deprecated functions, but it seems no matter what method I'm using the maps will always call canvas.draw() on the view I'm creating converting it to a bitmap "Picture", but I want to show a bubble over the marker that contains a textview , input text from the user not to show some text
is there any possiable way to do this?
note: I'm trying to avoid creating view and putting it over the fragment in a realtivelayout because I'm trying to avoid calculating where the marker is if that's even possible
I would have put some of my code but I can't decide which is relevant here!