0

In the NMAKitFramework of the free version (90 day trial) of Here Maps iOS SDK, I am not able to find NMACoreRouter.h file. Is it included only in the premium version?

Eric Aya
  • 69,473
  • 35
  • 181
  • 253

1 Answers1

0

The free version is the "HERE Starter SDK", and the routing class is there the NMARouteManager (https://developer.here.com/documentation/ios-starter/topics/routing-starter.html) while the Premium SDK is using the NMACoreRouter (https://developer.here.com/documentation/ios-premium/topics/routing.html).

Marco
  • 2,190
  • 15
  • 22