GpxTrackingStatus

enum GpxTrackingStatus

Defines the different statuses regarding tracking current user location.

  • Tracking has not started or map was reset

    Declaration

    Swift

    case notStarted
  • Tracking is ongoing

    Declaration

    Swift

    case tracking
  • Tracking is paused (the map has some contents)

    Declaration

    Swift

    case paused