MPIRouteRenderer

interface MPIRouteRenderer

[INTERNAL]

Types

Link copied to clipboard
interface MPOnRouteMarkerClickedListener

Functions

Link copied to clipboard
abstract fun apply(    @NonNull points: List<MPPoint>,     primaryColor: Int,     secondaryColor: Int,     bgWidth: Int,     fgWidth: Int,     animated: Boolean,     repeat: Boolean,     animationDuration: Long,     @Nullable startViewModel: MPViewModel,     @Nullable endViewModel: MPViewModel)
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun moveCamera(    @NonNull points: List<MPPoint>,     animate: Boolean,     durationMs: Int,     tilt: Float,     @NonNull fitMode: MPCameraViewFitMode,     top: Int,     bottom: Int,     start: Int,     end: Int)
Link copied to clipboard