Tutorial: Pan, zoom, tapΒΆ

In this tutorial you learn how to use the Kanzi Engine API to add to your Kanzi application input manipulators for the pan, pinch, multi-click, and long-press gestures. You use these input manipulators to enable panning, zooming, rotating, resetting the position, and dropping a pin on the map.

This video shows the result of the tutorial.

Before you start this tutorial, make sure you have your Kanzi development environment set up. Install:

  • CMake 3.15 or newer

  • Visual Studio 2019 or Visual Studio 2017 with the latest updates

  • Android Studio. See Deploying Kanzi applications to Android.

    You use Android Studio to deploy your Kanzi application to an Android device.

This tutorial assumes that you understand the basics of working with Kanzi Studio. The best entry points for getting familiar with Kanzi Studio are:

Start with the tutorial