android - Switching between multiple custom markers without tap on marker -
i'm using google maps android api utility library in map project order show several markers in map in clustered way. can't find way switching between multiple custom markers without tap on marker. know solution of this?
thanks lot in advance!
if getting right, can call following function on desired event switch between markers without clicking.
marker1.showinfowindow(); marker2.showinfowindow(); marker3.showinfowindow();
mark right if works .:)
p.s: info window can hidden calling hideinfowindow().
Comments
Post a Comment