Android Question How to make multi line google Map Marker

ttsolution

Member
Licensed User
Longtime User
Dear all,
Could you please help me on how to add multi line google map Maker. My code below does'nt works. It display plain text rather than 2 lines as expected. I tried with CRLF but still not works.
B4X:
Dim mDescrition as string ="<b>" & mCustomerName & "</b><br>" & mAddress
gmap.AddMarker3(LAT, LON, mDescrition,ico)

Many thanks

Jonh,
 

eurojam

Well-Known Member
Licensed User
Longtime User
Upvote 0

ttsolution

Member
Licensed User
Longtime User
I've tried Erel's note but not works, only plain text displayed. I will tried with eurojam link.

Many thanks,
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top