Koordinat constructor

Koordinat(
  1. double latitud,
  2. double longitud
)

Implementation

Koordinat(
  this.latitud,
  this.longitud,
);