Encodes points into an encoded polyline string.
String encode(List<Point<double>> path) => PolyUtils.encode(path);