library
Toggle table of contents
3.11.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
library
library
/
com.google.maps.android.clustering
/
ClusterItem
Cluster
Item
interface
ClusterItem
ClusterItem represents a marker on the map.
Members
Functions
get
Position
Link copied to clipboard
@
NonNull
abstract
fun
getPosition
(
)
:
LatLng
The position of this marker.
get
Snippet
Link copied to clipboard
@
Nullable
abstract
fun
getSnippet
(
)
:
String
The description of this marker.
get
Title
Link copied to clipboard
@
Nullable
abstract
fun
getTitle
(
)
:
String
The title of this marker.
get
ZIndex
Link copied to clipboard
@
Nullable
abstract
fun
getZIndex
(
)
:
Float
The z-index of this marker.