CopyrightsService
public protocol CopyrightsService
CopyrightsServiceProtocol defines a method used to obtain the copyright informations.
-
Retrieves copyrights or nil if there was any error in fetching.
Declaration
Swift
func fetchCopyrights(completion: @escaping (String?) -> ()) -
fetchCopyrights()AsynchronousRetrieves copyrights or nil if there was any error in fetching.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
func fetchCopyrights() async -> String?Return Value
String copyright details in HTML format
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
CopyrightsService