Package 

Interface ClusterItem


  • 
    public interface ClusterItem
    
                        

    ClusterItem represents a marker on the map.

    • Method Summary

      Modifier and Type Method Description
      abstract LatLng getPosition() The position of this marker.
      abstract String getTitle() The title of this marker.
      abstract String getSnippet() The description of this marker.
      abstract Float getZIndex() The z-index of this marker.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait