Point constructor

const Point(
  1. LatLng coordinates
)

Creates a Point.

Implementation

const Point(this.coordinates);