Android Question Google map marker multiline

systems1

Member
Licensed User
Longtime User
Hello,

I am using Google map extra library to show markers. here is my code,
B4X:
MarkerOptions1.Position2(36.051458, -95.971462).Snippet("This is a line break</br>My new line is here").Title("Test info window").Visible(True)
i tried with the </br> tag but it is not working. How can i show a line break in the info window ?

Please help me.

Thanks
 

systems1

Member
Licensed User
Longtime User
Hello Erel and warwound,

I tried the CRLF But it is not working for me.

Thanks
 
Upvote 0
Top