Enumerations

The following enumerations are available globally.

GeoPoliticalView

  • Specifies the context used to resolve the handling of disputed territories.

    Important

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

    Declaration

    Swift

    public enum GeoPoliticalView : String

SortOrder

  • Specifies the type of result sorting.

    Important

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

    Declaration

    Swift

    public enum SortOrder

OpeningHoursMode

  • List of opening hours for a Point Of Interest.

    Important

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

    Declaration

    Swift

    public enum OpeningHoursMode
    extension OpeningHoursMode: Equatable

AutocompleteResultType

  • The type of autocomplete result.

    Important

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

    Declaration

    Swift

    public enum AutocompleteResultType : String

RelatedPois

  • An optional parameter for returning related Points Of Interest.

    Important

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

    Declaration

    Swift

    @objc
    public enum RelatedPois : Int
    extension RelatedPois: QueryItemConvertible

FuelType

  • Defines fuel types supported in the fuzzy search

    Important

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

    Declaration

    Swift

    public enum FuelType : String

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 : String

Source

  • An enum that tells data source of a search response

    Important

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

    Declaration

    Swift

    public enum Source

MapCodeType

  • Type of map code, used in MapCode.

    Important

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

    Declaration

    Swift

    public enum MapCodeType
  • General errors that may occur while searching.

    Important

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

    Declaration

    Swift

    public enum SearchError : Int, LocalizedError