OfflineStructuredSearch

public final class OfflineStructuredSearch : StructuredSearch

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

Important

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

Lifecycle

  • Creates an OfflineStructuredSearch instance with given parameters.

    Throws

    An error if NDSStore is invalid.

    Declaration

    Swift

    public convenience init(store: NDSStore) throws

    Parameters

    store

    The NDSStore object that contains the map data.

Public