clear method

void clear()

Removes all coordinates from path

Implementation

void clear() => coordinates.clear();