OfflineStructuredSearch

@available(*, deprecated, message: "    This API is deprecated and will be removed with the next major release.\n    Please use TomTomSDKStructuredSearchOffline.OfflineStructuredSearchFactory instead.")
public final class OfflineStructuredSearch : StructuredSearch

Structured Search implementation that uses offline map data. For more information, see StructuredSearch.

  • Creates an OfflineStructuredSearch instance with given parameters.

    Throws

    An error if NDSStore is invalid.

    Important

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

    Declaration

    Swift

    public convenience init(store: NDSStore) throws

    Parameters

    store

    The NDSStore object that contains the map data.