trackUserPosition

fun trackUserPosition(enableTracking: Boolean, bearingCoupledWithCamera: Boolean): Boolean

Enables/disables user position tracking (camera following the blue-dot marker)

Deprecated

As of 3.9.1, this method is replaced by trackUserPosition

Return

true if starting/stopping tracking was successful

Parameters

enableTracking

true to enable tracking, false to disable

bearingCoupledWithCamera

Not used at the moment


fun trackUserPosition(enableTracking: Boolean): Boolean

Enables/disables user position tracking (camera following the blue-dot marker)

Return

true if starting/stopping tracking was successful

Parameters

enableTracking

true to enable tracking, false to disable