call method

List<List<Point>> call(
  1. List<Point> points,
  2. BBox bbox, [
  3. List<List<Point>>? start
])

Implementation

List<List<Point>> call(List<Point> points, BBox bbox, [List<List<Point>>? start]) =>
    polyline(points, bbox, start);