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
The current version of Google Maps only supports 1 open info window. That is why the second marker is without title.
As for the second part of your question:
The default I use is that when the user clicks an marker there is an info window shown. When the user clicks the marker for a second time the info window closes. And when the user clicks the info window it opens the detail activity.
Some useful events you can receive: