GeoPoint2m.origin constructor

const GeoPoint2m.origin()

A geographic position at the origin (0.0, 0.0, 0.0).

Implementation

const GeoPoint2m.origin()
    : m = 0.0,
      super.origin();