MPRouteRenderer
class MPRouteRenderer(mMap: GoogleMap, activity: Activity) : MPIRouteRenderer, ValueAnimator.AnimatorUpdateListener
Content copied to clipboard
Constructors
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?)
Content copied to clipboard
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)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun setOnRouteMarkerClickedListener(listener: MPIRouteRenderer.MPOnRouteMarkerClickedListener?)
Content copied to clipboard
Properties
Link copied to clipboard
var onMarkerClickedListener: MPIRouteRenderer.MPOnRouteMarkerClickedListener? = null
Content copied to clipboard