Enumerations
The following enumerations are available globally.
-
The type of autocomplete result.
See moreDeclaration
Swift
public enum AutocompleteResultType
-
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.Declaration
Swift
public enum FeedbackEventType
-
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.Declaration
Swift
public enum FeedbackResultIDFactory
-
The protocol used to specify searchArea in SearchOptions
See moreDeclaration
Swift
public enum Geometry : Equatable, Hashable
-
Specifies the type of result sorting.
See moreDeclaration
Swift
public enum SortOrder
-
List of opening hours for a Point Of Interest.
See moreDeclaration
Swift
public enum OpeningHoursMode
extension OpeningHoursMode: Equatable
-
Defines vehicle types.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public enum VehicleType
-
Describes an entity found within the autocomplete search term. An entity can be brands, POI categories and plain texts.
See moreDeclaration
Swift
public enum AutocompleteSegment
-
An enum that tells data source of a search response
See moreDeclaration
Swift
public enum Source
-
Defines standard the POI category identifiers. The enum value provides the semantic of the POI category. Multiple
See morePOICategoryID
can have the sameStandardCategoryID
value.Declaration
Swift
public enum StandardCategoryID : Int