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.
Many thanks
Jonh,
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,