Point constructor

const Point(
  1. double lon,
  2. double lat
)

Implementation

const Point(this.lon, this.lat);