Reacting on all interactions

The iOS version of the MapDisplay SDK makes it possible to react (besides panning) on tilting, rotating and pinching. It is unfortunately not possible using the Android version.

Did I miss it in the API? If not, do you plan to add support for it? Thanks :slight_smile:

Please check the docs here: Events and gestures | TomTom SDK for Android

Thanks for the answer. I did of course :slight_smile: But there is no listener for tilting, rotating and pinching events. I can (somehow ;)) live without them but they could be useful (and are available on iOS…).

OK, so you could play with addCameraChangeListener or addCameraSteadyListener:

Be aware that doing too much inside this listener can slow down the application.