Coordinates constructor
Creates a new instance of Coordinates with the given latitude and longitude.
Implementation
const Coordinates(this.latitude, this.longitude);
Creates a new instance of Coordinates with the given latitude and longitude.
const Coordinates(this.latitude, this.longitude);