I want to make the markers title always visible When I use
marker.showInfoWindow();
it only works on the fist opened map when user drag the map to another marker it will be without title.
is there ant way I can make it visible all the time?
If not
then user has to click on the marker to see the title, in that case which event I have to use to make the user go to another activity when click the marker I mean user should double click or long click the marker to go to the details activity, but there is no double click or long click events for the marker.
Thanks