Structures

The following structures are available globally.

AdditionalDataQuery

  • To create AdditionalDataQuery, please use AdditionalDataQueryBuilder.

    Important

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

    Declaration

    Swift

    public struct AdditionalDataQuery

AlongRouteQuery

  • To create AlongRouteQuery, please use AlongRouteQueryBuilder.

    Important

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

    Declaration

    Swift

    public struct AlongRouteQuery

RoutePoints

  • The collection of search route points.

    Important

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

    Declaration

    Swift

    public struct RoutePoints : Encodable

AlongRoute

  • Important

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

    Declaration

    Swift

    public struct AlongRoute : Encodable

SearchRoutePoint

  • A point used in along the route search.

    Important

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

    Declaration

    Swift

    public struct SearchRoutePoint : Encodable

AutocompleteQuery

  • To create AutocompleteQuery, please use AutocompleteQueryBuilder.

    Important

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

    Declaration

    Swift

    public struct AutocompleteQuery

EVChargingStationsAvailabilityQuery

FuzzySearchQuery

  • To create FuzzySearchQuery, please use FuzzySearchQueryBuilder.

    Important

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

    Declaration

    Swift

    public struct FuzzySearchQuery

GeometrySearchQuery

  • To create GeometrySearchQuery, please use GeometrySearchQueryBuilder.

    Important

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

    Declaration

    Swift

    public struct GeometrySearchQuery

SearchGeometry

  • Object representative list of geometries to search.

    Important

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

    Declaration

    Swift

    public struct SearchGeometry

POICategoriesQuery

  • To create POICategoriesQuery, please use POICategoriesQueryBuilder.

    Important

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

    Declaration

    Swift

    public struct POICategoriesQuery

PlaceByIDQuery

  • To create PlaceByIDQuery, please use PlacebyIDQueryBuilder.

    Important

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

    Declaration

    Swift

    public struct PlaceByIDQuery

SearchResponse

  • SearchResponse object

    Important

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

    Declaration

    Swift

    public struct SearchResponse : Codable

SearchResult

  • SearchResult Object containing grouped information about places or points of interest.

    Important

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

    Declaration

    Swift

    public struct SearchResult : Codable

DataSources

  • A container of data sources for additional POI details.

    Important

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

    Declaration

    Swift

    public struct DataSources : Codable

ChargingAvailabilityDataSource

  • Charging Availability data source.

    Important

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

    Declaration

    Swift

    public struct ChargingAvailabilityDataSource : Codable

GeometryDataSources

  • Geometry Data Sources

    Important

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

    Declaration

    Swift

    public struct GeometryDataSources : Codable

PoiDetail

  • Additional POI details.

    Important

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

    Declaration

    Swift

    public struct PoiDetail : Codable

EntryPoint

  • A representation of an entry point for a POI.

    Important

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

    Declaration

    Swift

    public struct EntryPoint : Codable

Position

  • The geographical position of the POI.

    Important

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

    Declaration

    Swift

    public struct Position : Codable

Poi

  • Poi

    A point of interest (POI) from the JSON search response.

    Important

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

    Declaration

    Swift

    public struct Poi : Codable

Brand

  • Brand the POI belongs to.

    Important

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

    Declaration

    Swift

    public struct Brand : Codable

CategoryId

  • POI category.

    Important

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

    Declaration

    Swift

    public struct CategoryId : Codable

Classification

  • Classification the POI belongs to.

    Important

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

    Declaration

    Swift

    public struct Classification : Codable

Name

  • Category names with locale code information.

    Important

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

    Declaration

    Swift

    public struct Name : Codable

Viewport

  • The Viewport object (the bounding box rectangle).

    Important

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

    Declaration

    Swift

    public struct Viewport : Codable

Summary

  • Summary information about the search that was performed.

    Important

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

    Declaration

    Swift

    public struct Summary : Codable