Coords constructor

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

Creates a Coords instance with the given latitude and longitude.

Implementation

Coords(this.latitude, this.longitude);