Coordinate constructor

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

Implementation

Coordinate(
  this.latitude,
  this.longitude,
);