Class StaticCluster<T extends ClusterItem>

  • All Implemented Interfaces:
    Cluster<T>

    public class StaticCluster<T extends ClusterItem>
    extends java.lang.Object
    implements Cluster<T>
    A cluster whose center is determined upon creation.
    • Constructor Summary

      Constructors 
      Constructor Description
      StaticCluster​(com.google.android.gms.maps.model.LatLng center)  
    • Constructor Detail

      • StaticCluster

        public StaticCluster​(com.google.android.gms.maps.model.LatLng center)
    • Method Detail

      • add

        public boolean add​(T t)
      • remove

        public boolean remove​(T t)
      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object