Android Question Google maps library marker snippet with more lines of information

Aetius

Member
Licensed User
Hello, fast question about this library.
Is possible to show two lines of text in Marker Snippet?
If not is there a workaround?

I try this code

B4X:
Dim m1 As Marker = gmap.AddMarker3(36.895672,15.064019, "test",SetBitmapDensity(LoadBitmap(File.DirAssets, "person.png")))
m1.Snippet = "First line of information " & chr(10) & "second line of information"

I get this message showed
First line of information ...

Any help will be appreciated.
 
Top