-
public interface ClusterItemClusterItem represents a marker on the map.
-
-
Method Summary
Modifier and Type Method Description abstract LatLnggetPosition()The position of this marker. abstract StringgetTitle()The title of this marker. abstract StringgetSnippet()The description of this marker. abstract FloatgetZIndex()The z-index of this marker. -
-
Method Detail
-
getPosition
@NonNull() abstract LatLng getPosition()
The position of this marker. This must always return the same value.
-
getSnippet
@Nullable() abstract String getSnippet()
The description of this marker.
-
-
-
-