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
I get this message showed
First line of information ...
Any help will be appreciated.
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.