encode method

String encode(
  1. List<Point<double>> path
)

Encodes points into an encoded polyline string.

Implementation

String encode(List<Point<double>> path) => PolyUtils.encode(path);