LCGeoPoint.origin constructor

LCGeoPoint.origin()

Implementation

LCGeoPoint.origin() {
  latitude = 0;
  longitude = 0;
}