Radius

public enum Radius : Equatable

Circle radius configuration for the pulsing circle animation.

  • Pulsing circle should animate with the constant radius.

    Declaration

    Swift

    case constant(Double)
  • Pulsing circle animates with the horizontalAccuracy form the latest puck location.

    Declaration

    Swift

    case accuracy