Interface ClusterTapListener
Package world.mappable.mapkit.map
interface ClusterTapListener
Summary
Methods
|
Type and modifiers |
Method and Description |
|
boolean |
onClusterTap(@NonNull Cluster cluster) |
Methods
onClusterTap
|
@UiThread |
Called when cluster is tapped.
Return true if the event was handled. Otherwise it will be passed to underlying objects.