Solved!,
I loaded the wrong points list. The right is
B4X:
Dim PolyPoints As List : PolyPoints.Initialize
Dim Polyline As Map = colsteps.Get("polyline")
Dim Points1 As String = Polyline.Get("points")
Log("Points1: " & Points1)
PolyPoints.Add(Points1)