toListNum method

List<num> toListNum()

Implementation

List<num> toListNum() {
  return [
    latitude,
    longitude,
  ];
}