OfflineStructuredSearchFactory
public enum OfflineStructuredSearchFactory
Creates StructuredSearch instances that implement offline Structured Search support.
Note
For more information about Structured Search and how to use it, see theStructuredSearch and StructuredSearchSession documentation.
-
Creates a new instance of
StructuredSearch.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public static func create(store: NDSStore) throws -> StructuredSearchParameters
storea store associated with the map to use for the Structured Search.
Return Value
a new instance of
StructuredSearchwith offline Structured Search support.
TomTom SDK for iOS (0.53.1)
OfflineStructuredSearchFactory