GeoPoint2.origin constructor

const GeoPoint2.origin()

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

Implementation

const GeoPoint2.origin()
    : lon = 0.0,
      lat = 0.0;