F FrankDev Active Member Licensed User Longtime User Feb 2, 2017 #1 How to realize that ? (Marker with numbers) https://developers.google.com/maps/documentation/android-api/images/utility-markercluster.png
How to realize that ? (Marker with numbers) https://developers.google.com/maps/documentation/android-api/images/utility-markercluster.png
Erel B4X founder Staff member Licensed User Longtime User Feb 3, 2017 #2 You can use GoogleMap.AddMarker3 to create custom markers. Draw the text on a mutablebitmap and use it as a marker. If you are encountering a scale issue then add this code: https://www.b4x.com/android/forum/threads/google-map-marker-icon-chopped.66781/#post-423367 Upvote 0
You can use GoogleMap.AddMarker3 to create custom markers. Draw the text on a mutablebitmap and use it as a marker. If you are encountering a scale issue then add this code: https://www.b4x.com/android/forum/threads/google-map-marker-icon-chopped.66781/#post-423367
F FrankDev Active Member Licensed User Longtime User Feb 3, 2017 #3 Thank you for your quick response I had already solved it. Because I need about 100 numbers, I thought that there is a better solution. Then I can leave it as before Upvote 0
Thank you for your quick response I had already solved it. Because I need about 100 numbers, I thought that there is a better solution. Then I can leave it as before