THIS SDK ISDEPRECATED.

We rolled out a new and better SDK for you.

Getting Started

TomTomOnlineSDKRouting on Cocoapods

To integrate TomTomOnlineSDKRouting for iOS into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'TomTomOnlineSDKRouting'

Service Key

Add the service key from the Routing API https://developer.tomtom.com/routing-api/documentation/product-information/introduction site.

TTRoute(key:<Key>)
LongDistanceEVService(key:<Key>)
[[TTRoute alloc] initWithKey:<Key>]
[[LongDistanceEVService alloc] initWithKey:<Key>];

When you want to use Long EV distance routing:

LongDistanceEVService(key:<Key>)
[[LongDistanceEVService alloc] initWithKey:<Key>];