DevLog Day 15 - olindner/LightDisc GitHub Wiki

  • Added "sum" column to Score Component to total score over all holes
  • Started adding "Distance to Hole" display to MapComponent
  • Referenced an online Haversine function to compute GPS distance
  • Trying to decide how to best save/reference GPS points of the holes
  • Reminding myself that the current location received from getCurrentPositionAsync when testing on the emulator is in Cupertino, not actual
  • Added logic check for isEmulator to adjust/hardcode location accordingly
  • Also added some better error handling