startFollowingPosition

external fun startFollowingPosition(animation: Animation = Animation(EAnimation.Linear, 900), zoomLevel: Int = -1, viewAngle: Double = Double.MAX_VALUE, navArrow: MapSceneObject? = null, trackMethod: CameraTrackMethod? = null)

Starts following the current position. Requires automatic map rendering. Disables the cursor if enabled.

Parameters

animation

Specifies the animation to be used by the operation.

zoomLevel

Zoom level where the animation stops( Use -1 for automatic selection)

viewAngle

Map view angle ( see viewAngle ). Default is Double.MAX_VALUE meaning use default specified.

navArrow

Navigation arrow scene object. If empty, a default SDK navigation arrow is used

trackMethod

Navigation arrow scene object. If empty, a default SDK navigation arrow is used