Search code examples
javaandroidmapsclasspathhere-api

HERE maps Android: where is the RouteManager class?


trying to integrate a HERE map into my application. I have a trial key for now.

Cant seem to find RouteManager. Its not on the classpath:

enter image description here

The only thing I have found is a class named "RouteManagerImpl":

enter image description here

Here is RouteManager in the SDK documentation:

https://developer.here.com/documentation/android-starter/topics_api_nlp/com-here-android-mpa-routing-routemanager.html

Any ideas why is this?


Solution

  • In the Premium Edition of the HERE SDK, this was renamed some time ago to CoreRouter. RouteManager is only the name in the StarterSDK.

    You should use the Premium documentation instead: https://developer.here.com/documentation/android-premium/topics/routing.html