toIOSList method

List<double> toIOSList()

Implementation

List<double> toIOSList() {
  return [south, west, north, east];
}