Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model.map
/
MarkerWithLabel
Marker
With
Label
class
MarkerWithLabel
(
mapView
:
MapView
?
,
label
:
String
,
emoji
:
String
?
=
null
)
:
Marker
Members
Constructors
Marker
With
Label
Link copied to clipboard
constructor
(
mapView
:
MapView
?
,
label
:
String
,
emoji
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
draw
Link copied to clipboard
open
override
fun
draw
(
c
:
Canvas
,
osmv
:
MapView
?
,
shadow
:
Boolean
)
on
Long
Press
Link copied to clipboard
open
override
fun
onLongPress
(
event
:
MotionEvent
?
,
mapView
:
MapView
?
)
:
Boolean
set
Node
Colors
Link copied to clipboard
fun
setNodeColors
(
colors
:
Pair
<
Int
,
Int
>
)
set
On
Long
Click
Listener
Link copied to clipboard
fun
setOnLongClickListener
(
listener
:
(
)
->
Boolean
)
set
Precision
Bits
Link copied to clipboard
fun
setPrecisionBits
(
bits
:
Int
)