toListNum method

List<num> toListNum()

Implementation

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