start Following Position
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.
zoom Level
Zoom level where the animation stops( Use -1 for automatic selection)
view Angle
Map view angle ( see viewAngle ). Default is Double.MAX_VALUE meaning use default specified.
nav Arrow
Navigation arrow scene object. If empty, a default SDK navigation arrow is used
track Method
Navigation arrow scene object. If empty, a default SDK navigation arrow is used