Method didSelectAnnotation does not work (Skobbler

2019-07-03 23:16发布

问题:

This problem appeared after an update to the latest Skobbler version. When I try to select any annotation, only this method get's called

-(void)mapView:(SKMapView *)mapView 
    didTapAtCoordinate:(CLLocationCoordinate2D)coordinate

But not didSelectAnnotation.

After zooming the didSelectAnnotation method works fine.

Anyone knows what's happening?

回答1:

The answer is simple. I've just set

annotationTapZoomLimit = 0

in map's settings.

Thanks for attention.



标签: ios skmaps