Coordinates constructor

const Coordinates(
  1. double latitude,
  2. double longitude
)

Creates a new instance of Coordinates with the given latitude and longitude.

Implementation

const Coordinates(this.latitude, this.longitude);