Getting started
Getting started
TomTomOnlineSDKRouting on Cocoapods
To integrate TomTomOnlineSDKRouting for iOS into your Xcode project using CocoaPods, specify it in your Podfile:
pod 'TomTomOnlineSDKRouting'
Modify Xcode Project
Edit Info.plist and add the service key from the Online Routing Online Route site
<key>OnlineRouting.Key</key>
<string>"your-tomtom-key"</string>