Google android maps api v2 Show Marker Title Always

后端 未结 6 1675
南旧
南旧 2020-12-14 14:47

I have a google maps v2 in my android application and some markers on it. When user click one of these markers, a title popup comes. How can I show these ti

6条回答
  •  暖寄归人
    2020-12-14 15:17

    For displaying marker titles on the map around the markers, none of the solutions I found on internet worked for me so I rolled up my sleeves and made this library which solves this problem for me, hopefully it will help others too:

    https://github.com/androidseb/android-google-maps-floating-marker-titles

    Here is a preview of how it works:

提交回复
热议问题