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)
You can also try the example provided from Martin which uses a Panel which is called by the InfoWindowAdapter1_GetInfoContents(Marker1 As Marker) As View Event. In this panel you can load a normal b4a layout, containing for example a webview where you can use html as infotext for your marker. This will give you more possibilties. https://www.b4x.com/android/forum/threads/googlemapextra-custom-annotation.30695/#post-178622