MarkerWithLabel

class MarkerWithLabel(mapView: MapView?, label: String, emoji: String? = null) : Marker

Constructors

Link copied to clipboard
constructor(mapView: MapView?, label: String, emoji: String? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun draw(c: Canvas, osmv: MapView?, shadow: Boolean)
Link copied to clipboard
open override fun onLongPress(event: MotionEvent?, mapView: MapView?): Boolean
Link copied to clipboard
fun setNodeColors(colors: Pair<Int, Int>)
Link copied to clipboard
fun setOnLongClickListener(listener: () -> Boolean)
Link copied to clipboard