Package com.here.platform.location.spark
Class Cluster<GeolocatedItem>
java.lang.Object
com.here.platform.location.spark.Cluster<GeolocatedItem>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
A cluster of elements.
param: events the events belonging to the cluster
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCluster(scala.collection.immutable.Seq<GeolocatedItem> events, GeoCoordinateOperations<GeolocatedItem> evidence$1) -
Method Summary
Modifier and TypeMethodDescriptioncenter()scala.collection.immutable.Seq<GeolocatedItem>events()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Cluster
public Cluster(scala.collection.immutable.Seq<GeolocatedItem> events, GeoCoordinateOperations<GeolocatedItem> evidence$1)
-
-
Method Details
-
events
-
center
-