Results 5 comments of Paul

Hey everyone, I pushed a commit with the latest version of the package (as I only edited `marker_cluster_layer.dart` there is no change in the other files). You can now try...

@aytunch yup, I think it's not that good for performances but I can't figure out why it doesn't update in the `didUpdateWidget`. I'm looking into it.

Actually the problem is that @lpongetti made a condition in the `didUpdateWidget` : `oldWidget.options.markers != widget.options.markers`. This condition is totally understandable, we don't want to update everything if the markers...

@aytunch I already tried it with my app, where all my marker have a key and it seems that `oldWidget.options.marker` and any other `variable.options.marker` have the exact same value. I...