We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde5481 commit bc24312Copy full SHA for bc24312
Mage/MapDelegate.m
@@ -110,6 +110,8 @@ - (void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views {
110
// Don't pin drop if annotation is user location
111
if ([aV.annotation isKindOfClass:[MKUserLocation class]]) {
112
continue;
113
+ } else if ([aV.annotation isKindOfClass:[AreaAnnotation class]]) {
114
+ continue;
115
}
116
117
// Check if current annotation is inside visible map rect, else go to next one
0 commit comments