OfflineStructuredSearch

@available(*, deprecated, message: "    This will be removed from future releases after 2026-07-15.\n    Use TomTomSDKStructuredSearchOffline.OfflineStructuredSearchFactory instead.")
public final class OfflineStructuredSearch : StructuredSearch

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

Refrain from using this class directly, use OfflineStructuredSearchFactory internally.

  • Creates an OfflineStructuredSearch instance.

    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 init(store: NDSStore) throws

    Parameters

    store

    The NDSStore object that contains the map data.