KMatle Expert Licensed User Longtime User Jul 17, 2016 #1 I've seen that it's a standard in maps that only one marker shows it's info/title. Are there any other ways to show an info of all markers? If there's no option I will convert the text to a bitmap and initialize all the markers with an icon
I've seen that it's a standard in maps that only one marker shows it's info/title. Are there any other ways to show an info of all markers? If there's no option I will convert the text to a bitmap and initialize all the markers with an icon
Erel B4X founder Staff member Licensed User Longtime User Jul 18, 2016 #2 Only one marker can be open at a time. You will need to use a bitmap instead. Use the code I posted here if you encounter clipping issues: https://www.b4x.com/android/forum/threads/google-map-marker-icon-chopped.66781/#post-423367 Upvote 0
Only one marker can be open at a time. You will need to use a bitmap instead. Use the code I posted here if you encounter clipping issues: https://www.b4x.com/android/forum/threads/google-map-marker-icon-chopped.66781/#post-423367