Skobbler card clustering
I am trying to figure out how can I use contact clustering with SKMapView and SKAnnotation? I see there is SKPOICluster, but I'm not sure if there is a way to use it with SKAnnotation.
+3
mmarkov
source
to share
1 answer
Unfortunately, there is no clustering support for SKAnnotations (you will need to implement logic to select which annotations are visible at each zoom level).
Note. clustering support for SKAnnotes is a work in progress
SKPoiCluster will be used with SKMapPoi . (SKMapPoi offers clustering support) The tradeoff for SKMapPoi is that the icons used are quite limited - sprites from a png file, so if you want to change the icon you need to change the png file.
+1
Ando
source
to share