-
In your example app in mapView(, viewForAnnotation: ) you dequeue your clusterView but then create a new one
``` swift
var clusterView = mapView.dequeueReusableAnnotationViewWithIdentifier(reuseI…
-
Hello !
So I've worked with this framework for swift with MKMapView, and I'm using a system where I show the number of annotations inside a cluster. The issue I've found is that if we have 2 nearby…
ghost updated
7 years ago
-
```
hi,
do you have any idea for using custom image instead of pin.
i tried something like
MapWrapper.m
...
-(MKAnnotationView *)mapView:(MKMapView *)mapViewLocal
viewForAnnotation:(id)annotation
{…
-
```
hi,
do you have any idea for using custom image instead of pin.
i tried something like
MapWrapper.m
...
-(MKAnnotationView *)mapView:(MKMapView *)mapViewLocal
viewForAnnotation:(id)annotation
{…
-
```
hi,
do you have any idea for using custom image instead of pin.
i tried something like
MapWrapper.m
...
-(MKAnnotationView *)mapView:(MKMapView *)mapViewLocal
viewForAnnotation:(id)annotation
{…
-
My annotations will merge and un-merge as I zoom out creating a kind of glitchy looking display. Ideally, I'd like the annotations that are within a cluster to remain there as the map zooms out. I've …
-
```
hi,
do you have any idea for using custom image instead of pin.
i tried something like
MapWrapper.m
...
-(MKAnnotationView *)mapView:(MKMapView *)mapViewLocal
viewForAnnotation:(id)annotation
{…
-
```
hi,
do you have any idea for using custom image instead of pin.
i tried something like
MapWrapper.m
...
-(MKAnnotationView *)mapView:(MKMapView *)mapViewLocal
viewForAnnotation:(id)annotation
{…
-
```
hi,
do you have any idea for using custom image instead of pin.
i tried something like
MapWrapper.m
...
-(MKAnnotationView *)mapView:(MKMapView *)mapViewLocal
viewForAnnotation:(id)annotation
{…
-
I've been attempting to integrate ClusterKit into our app but it seems at certain zoom levels a single annotation may exist in multiple clusters which looks strange. Here is a gif illustrating the is…