Coords constructor

Coords(
  1. double latitude,
  2. double longitude
)

Implementation

Coords(this.latitude, this.longitude);