Point constructor

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

Implementation

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