MPRouteRenderer

Functions

Link copied to clipboard
open override fun apply(    points: MutableList<MPPoint>,     primaryColor: Int,     secondaryColor: Int,     bgWidth: Int,     fgWidth: Int,     animated: Boolean,     repeat: Boolean,     animationDuration: Long,     startViewModel: MPViewModel?,     endViewModel: MPViewModel?)
Link copied to clipboard
open override fun clear()
Link copied to clipboard
open override fun moveCamera(    points: MutableList<MPPoint>,     animate: Boolean,     durationMs: Int,     tilt: Float,     fitMode: MPCameraViewFitMode,     top: Int,     bottom: Int,     start: Int,     end: Int)
Link copied to clipboard
open override fun onAnimationUpdate(animation: ValueAnimator?)
Link copied to clipboard
fun onEndMarkerClick()
Link copied to clipboard
fun onStartMarkerClick()
Link copied to clipboard
open override fun setOnRouteMarkerClickedListener(listener: MPIRouteRenderer.MPOnRouteMarkerClickedListener?)

Properties

Link copied to clipboard