PuckDrawableSupplier

interface PuckDrawableSupplier

Allows custom implementation of different drawables for puck

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getPuckDrawable
Link copied to clipboard
abstract fun getPuckDrawable(routeProgressState: RouteProgressState): Int
Based on the @param routeProgressState return a drawable resource int to represent the puck used on the map while navigating.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String