MarkerType

public enum MarkerType : UInt32, CaseIterable, Codable

Enum to identify different types of markers of the location indicator.

  • Pedestrian navigation represented by a green dot by default.

    Declaration

    Swift

    case pedestrian
  • Pedestrian navigation in inactive state, represented by a gray dot by default. It is used when the indicator was set to inactive using LocationIndicator.isActive in pedestrian mode.

    Declaration

    Swift

    case pedestrianInactive
  • Vehicle navigation represented by a green triangular arrow by default.

    Declaration

    Swift

    case navigation
  • Vehicle navigation in inactive state, represented by a gray triangular arrow by default. It is used when the indicator was set to inactive using LocationIndicator.isActive in navigation mode.

    Declaration

    Swift

    case navigationInactive