Getting started
Getting started
TomTomSDKTraffic Cocoapods
This TRAFFIC module integrates Online Traffic Flow Segment Data and Online Traffic Incident Details services in a convenient way for iOs application development.
To integrate TomTomSDKTraffic for iOS into your Xcode project using CocoaPods, specify it in your Podfile:
pod 'TomTomOnlineSDKTraffic'
Modify Info.plist
Edit Info.plist and add the service key taken from Online Traffic site.
<key>OnlineTraffic.Key</key>
<string>"your-tomtom-key"</string>