toggle menu
android-maps-utils
3.9.0
androidJvm
switch theme
search in API
android-maps-utils
/
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.