ARKit + CoreLocation (ARCL)

February 16, 2019

In this blog post, I’m going to talk about how I am updating the Example app in GeoTrackKit to leverage ARCL to allow me to:

  1. Track my location and create a “track”
  2. Save that track to my device
  3. Load the saved track to render it in AR to draw a path of arrows.
Read More

iOS Location Services in Swift

December 31, 2018

Have you ever used Location Services in iOS? Do you use them often enough to remember how to do it? If you answered no to either of these questions and you’re trying to use location services, then read on.

Read More