RouteShieldCallback

fun interface RouteShieldCallback

An interface that is triggered when road shields are available.

Functions

Link copied to clipboard
abstract fun onRoadShields(shields: List<Expected<RouteShieldError, RouteShieldResult>>)

The callback is invoked when road shields are ready.