toWaypoints method

String toWaypoints()

Implementation

String toWaypoints() {
  return map((e) => e.toString())
      .reduce((value, element) => "$value;$element");
}