clearAllPolygonColors

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

Clears color on all polygons

Return

Unit

Parameters

completionCallback

Callback for when the mapView is finished clearing all polygon colors, contains a MPIError as the first parameter


open suspend override fun clearAllPolygonColors()

Clears color on all polygons

Return

Unit