Enumerations

The following enumerations are available globally.

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

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.
    See more

    Declaration

    Swift

    public enum FuelType : 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

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

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
  • Defines standard POI category identifiers

    Important

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

    Declaration

    Swift

    public enum StandardCategoryID : Int

SearchError

  • 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
    extension SearchError: LocalizedError