有两种委托方法可以改变地图区域:
- (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated
- (void)mapView:(MKMapView *)mapView regionWillChangeAnimated:(BOOL)animated
我的问题是:有没有办法检测地图区域是否从双击或缩放中改变?
有两种委托方法可以改变地图区域:
- (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated
- (void)mapView:(MKMapView *)mapView regionWillChangeAnimated:(BOOL)animated
我的问题是:有没有办法检测地图区域是否从双击或缩放中改变?