clear method

void clear()

Removes all coordinates from path

Implementation

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