Class MapView.CameraController

java.lang.Object
com.navmii.sdk.map.MapView.CameraController
Enclosing class:
MapView

public final class MapView.CameraController
extends java.lang.Object
CameraController provides the ability to manage map rotation, tilt and zoom via changing the camera position (heading, tilt and zoom) instantly or animated. It also allows to listen to the camera position changes which can be invoked:
  • by the user interaction with the map (gestures)
  • by animating or moving the camera using methods of CameraController
  • by the SDK itself (for example, when option to follow the GPS postion is set in MapView).