THIS SDK ISDEPRECATED.

We rolled out a new and better SDK for you.

Getting Started

TomTomSDKTraffic Cocoapods

This TRAFFIC module integrates the Traffic API Flow Segment Data and Traffic API 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'

Service Key

Add the service key taken from the Traffic API site.

TTTrafficIncidents(key: <Key>)
[[TTTrafficIncidents alloc] initWithKey: <Key>]