drawPath

abstract fun drawPath(path: List<MPINavigatable.MPINode>, pathOptions: MPIOptions.Path? = null)

Draws a path on the MPIMapView

Return

Unit

Parameters

path

A list of MPINavigatable.MPINode that the path will be drawn from

pathOptions

Path options to customize how the path is drawn, defaults to null