LookupType

public enum LookupType : UInt32, CaseIterable, Codable

Defines how the geometry will be presented.

  • Only a shape of the geometry.

    Declaration

    Swift

    case none
  • A text on top of a shape of the geometry.

    Declaration

    Swift

    case text
  • An icon on top of a shape of the geometry.

    Declaration

    Swift

    case icon
  • An image on top of a shape of the geometry.

    Declaration

    Swift

    case image