Geo LINESTRING

Here’s an example:

The Custom Code block has the following logic:

var linestringPoints = linestring.getPoints();
linestringPoints.push( point );
linestring.setPoints( linestringPoints )

UI Builder - ConsoleDemo - Backendless 🔊 2022-08-30 14-32-46

Here’s the output of the program:
index.html?page=linestring 🔊 2022-08-30 14-33-19

Regards,
Mark

1 Like