removeAllPaths

open override fun removeAllPaths(completionCallback: (MPIError?) -> Unit?)

Deprecated

MPIMapView.removeAllPaths has been deprecated. Use [MPIPathManager.removeAllPaths] instead.

Remove all paths on the MPIMapView Deprecated: Use MPIPathManager.removeAllPaths instead.")

Return

Unit

Parameters

completionCallback

Callback for when the MPIMapView has completed removing all the paths, contains a MPIError as the first parameter


open suspend override fun removeAllPaths()

Deprecated

MPIMapView.removeAllPaths has been deprecated. MPIMapView.pathManager.removeAllPaths should be used instead.

Remove all paths on the MPIMapView Deprecated: Use MPIPathManager.removeAllPaths instead.")

Return

Unit