Enumerations

The following enumerations are available globally.

AutocompleteResultType

FeedbackEventType

  • Feedback event type that describes the user actions performed on a specific search result.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum FeedbackEventType

FeedbackResultIDFactory

  • Factory for creating different kinds of instances of FeedbackResultID.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum FeedbackResultIDFactory

Geometry

  • The protocol used to specify searchArea in SearchOptions

    See more

    Declaration

    Swift

    public enum Geometry : Equatable, Hashable

SortOrder

  • Specifies the type of result sorting.

    See more

    Declaration

    Swift

    public enum SortOrder

OpeningHoursMode

  • List of opening hours for a Point Of Interest.

    See more

    Declaration

    Swift

    public enum OpeningHoursMode
    extension OpeningHoursMode: Equatable

AutocompleteMatchType

  • The type of an autocomplete match.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public enum AutocompleteMatchType
    extension AutocompleteMatchType: CustomStringConvertible

AutocompleteSegment

  • Describes an entity found within the autocomplete search term. An entity can be brands, POI categories and plain texts.

    See more

    Declaration

    Swift

    public enum AutocompleteSegment

Source

  • An enum that tells data source of a search response

    See more

    Declaration

    Swift

    public enum Source
  • Defines standard the POI category identifiers. The enum value provides the semantic of the POI category. Multiple POICategoryID can have the same StandardCategoryID value.

    See more

    Declaration

    Swift

    public enum StandardCategoryID : Int