java.lang.Object
com.streamwide.smartms.lib.googlemap.ui.view.geolocation.GoogleClusterItem
All Implemented Interfaces:
com.google.maps.android.clustering.ClusterItem

public class GoogleClusterItem extends Object implements com.google.maps.android.clustering.ClusterItem
  • Constructor Details

    • GoogleClusterItem

      public GoogleClusterItem(@NonNull com.google.android.gms.maps.model.LatLng latLng, @NonNull com.google.android.gms.maps.model.MarkerOptions markerOptions)
  • Method Details

    • getPosition

      @NonNull public com.google.android.gms.maps.model.LatLng getPosition()
      Specified by:
      getPosition in interface com.google.maps.android.clustering.ClusterItem
    • getTitle

      @Nullable public String getTitle()
      Specified by:
      getTitle in interface com.google.maps.android.clustering.ClusterItem
    • getSnippet

      @Nullable public String getSnippet()
      Specified by:
      getSnippet in interface com.google.maps.android.clustering.ClusterItem
    • setTitle

      public void setTitle(@Nullable String title)
    • getTag

      @Nullable public Object getTag()
    • setTag

      public void setTag(@Nullable Object tag)
    • getMarkerOptions

      @NonNull public com.google.android.gms.maps.model.MarkerOptions getMarkerOptions()
    • setRotation

      public void setRotation(float rotation)
    • setPosition

      public void setPosition(@NonNull com.google.android.gms.maps.model.LatLng latLng)
    • setIcon

      public void setIcon(@NonNull com.google.android.gms.maps.model.BitmapDescriptor bitmapDescriptor)