toText abstract method

String toText({
  1. String delimiter = ',',
})

A string representation of coordinate values separated by delimiter.

Implementation

String toText({
  String delimiter = ',',
});