I want get callback, always then map did change zooming.
I try use
- (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated;
But it callback, when change is significant.
I want get callback, always then map did change zooming.
I try use
- (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated;
But it callback, when change is significant.