Geometry

public enum Geometry : Equatable, Hashable

The protocol used to specify searchArea in SearchOptions

Public

  • Equatable conformance.

    Declaration

    Swift

    public static func == (lhs: Geometry, rhs: Geometry) -> Bool
  • Hashable conformance.

    Declaration

    Swift

    public func hash(into hasher: inout Hasher)