Decodes an encoded polyline string into points.
List<Point<double>> decode(String encodedPath) => PolyUtils.decode(encodedPath);