Structures
The following structures are available globally.
-
Defines the parameters of an Autocomplete Search.
See moreDeclaration
Swift
public struct AutocompleteOptions
-
Feedback event describing user interactions with the search results. The client application can report these events back to the search service to be used for analyzing and improving the search service.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct FeedbackEvent
-
Specifies the parameters of the geometries to query.
See moreDeclaration
Swift
public struct GeometryDataOptions
-
Defines fuel types supported in the fuzzy search.
See moreDeclaration
Swift
public struct FuelType : Hashable
extension FuelType: CustomDebugStringConvertible
-
Circle geometry for searchArea.
See moreDeclaration
Swift
public struct CircleGeometry : Equatable
-
Polygon geometry for searchArea.
See moreDeclaration
Swift
public struct PolygonGeometry : Equatable
-
Rectangle geometry for searchArea.
See moreDeclaration
Swift
public struct RectangleGeometry : Equatable
-
Specifies fuzzy search options.
See moreDeclaration
Swift
public struct SearchOptions
-
Describes a POI category autocomplete segment. A POI category segment contains a
See morePOICategory
which can be used as a filter insearch
.Declaration
Swift
public struct AutocompleteSegmentPOICategory
-
Describes a plain text autocomplete segment. A plain text segment is the unmatched part which can be used as query string in
See moresearch
.Declaration
Swift
public struct AutocompleteSegmentPlainText
-
Defines the POI identifier (POIID) required to fetch POI details.
See moreDeclaration
Swift
public struct POIID
-
A structure enclosing related data IDs.
See moreDeclaration
Swift
public struct SearchResultID
-
A container for the identifier of charging availability.
See moreDeclaration
Swift
public struct EVChargingAvailabilityID
-
A container for parking detail identifier.
See moreDeclaration
Swift
public struct ParkingDetailID
-
A container for the fuel price identifier
See moreDeclaration
Swift
public struct FuelPriceID
-
SearchResult Object containing grouped information about places or points of interest.
See moreDeclaration
Swift
public struct SearchResult
-
Contains information about an EV charging park.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ChargingPark
-
Defines the OpeningHours of a POI.
See moreDeclaration
Swift
public struct OpeningHours
-
Point of Interest information for a search result.
See moreDeclaration
Swift
public struct POI
-
POI category ID.
See moreDeclaration
Swift
public struct POICategoryID : Hashable
-
GeometryDataResponse
See moreDeclaration
Swift
public struct GeometryDataResponse
-
Structure containing POI category response.
See moreDeclaration
Swift
public struct POICategoryResponse
-
Structure containing POI category details.
See moreDeclaration
Swift
public struct POICategory
-
The result returned by
See moreSearch.requestPOIDetails(options:completion:)
.Declaration
Swift
public struct POIDetailsResponse
-
A response structure that contains search results for the requested search query
See moreDeclaration
Swift
public struct SearchResponse