UserRouteVisibilityMask

public enum UserRouteVisibilityMask : String, Codable

A representation of who is able to access details of the associated route.

  • This route is visible to any one in the route’s company

    Declaration

    Swift

    case company
  • This route is visible to any of my friends

    Declaration

    Swift

    case friends
  • any

    This route is visible to everyone

    Declaration

    Swift

    case any