CoordinateList constructor

CoordinateList()

Constructs a new list without any coordinates

Implementation

CoordinateList() {
  _backingList = [];
}