removeUserTrack

fun removeUserTrack(completionCallback: CompletionCallback<Boolean>? = null): Unit?

Removes the user track feature layer from the scene's operational layers.

Parameters

completionCallback

An optional callback to be invoked upon completion of the operation. If the operation succeeds, the onSuccess method will be called with a value of true. If an error occurs, the onError method will be called with the exception that caused the error. If the user track is not rendered, an IllegalStateException will be passed to the onError method.