Point constructor

Point(
  1. LatLong latLong
)

Implementation

Point(LatLong latLong) {
  coordinates = coordinates;
}