removeAllPaths

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

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()

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

Return

Unit