GeoCoordinate constructor

GeoCoordinate(
  1. double x,
  2. double y,
  3. double z
)

Constructor for GeoCoordinate

Implementation

GeoCoordinate(this.x, this.y, this.z);