Enumerations
The following enumerations are available globally.
-
The type of autocomplete result.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum AutocompleteResultType
-
Defines fuel types supported in the fuzzy search
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum FuelType : String
-
Specifies the type of result sorting.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum SortOrder
-
List of opening hours for a Point Of Interest.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum OpeningHoursModeextension OpeningHoursMode: Equatable
-
The type of an autocomplete match.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum AutocompleteMatchTypeextension AutocompleteMatchType: CustomStringConvertible
-
An enum that tells data source of a search response
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum Source
-
Defines standard POI category identifiers
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum StandardCategoryID : Int
-
General errors that may occur while searching.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum SearchErrorextension SearchError: LocalizedError
Enumerations Reference