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
.
Start a new search session to find the full address hierarchically with preferred locale.
The locale is used to find the best representation of strings in StructuredSearchCandidate
,
and can be changed later when operating with StructuredSearchSession
.
Throws
An error ifNDSStore
is invalid.
Declaration
Swift
public func createSearchSession(locale: Locale) throws -> StructuredSearchSession
Parameters
locale
|
The preferred |
Return Value
A StructuredSearchSession
object that could be used to perform structured search.