Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model.map.clustering
/
StaticCluster
Static
Cluster
open
class
StaticCluster
Cluster of Markers.
Author
M.Kergall
Members
Constructors
Static
Cluster
Link copied to clipboard
constructor
(
center
:
GeoPoint
)
Functions
add
Link copied to clipboard
open
fun
add
(
t
:
MarkerWithLabel
)
:
Boolean
get
Bounding
Box
Link copied to clipboard
open
fun
getBoundingBox
(
)
:
BoundingBox
get
Item
Link copied to clipboard
open
fun
getItem
(
index
:
Int
)
:
MarkerWithLabel
get
Marker
Link copied to clipboard
open
fun
getMarker
(
)
:
MarkerWithLabel
get
Position
Link copied to clipboard
open
fun
getPosition
(
)
:
GeoPoint
get
Size
Link copied to clipboard
open
fun
getSize
(
)
:
Int
set
Marker
Link copied to clipboard
open
fun
setMarker
(
marker
:
MarkerWithLabel
)
set the Marker to be displayed for this cluster
set
Position
Link copied to clipboard
open
fun
setPosition
(
center
:
GeoPoint
)