AroundRadius

public enum AroundRadius : Equatable

Applicable values for the aroundRadius parameter.

  • Specify an explicit value (in meters).

    Declaration

    Swift

    case explicit(UInt)
  • all

    Compute the geo distance without filtering in a geo area. This option will be faster than specifying a big integer.

    Declaration

    Swift

    case all
  • Declaration

    Swift

    public static func == (lhs: AroundRadius, rhs: AroundRadius) -> Bool