MilestoneType

public enum MilestoneType : UInt32, CaseIterable, Codable

This enum represents the type of the Milestone.

  • A Milestone that corresponds to stopover waypoint.

    Declaration

    Swift

    case stopover
  • A Milestone that corresponds to passthrough waypoint.

    Declaration

    Swift

    case passthrough