From 184afb01adf4553c5c91d761b0d667eaafe646c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Wed, 8 Jul 2015 13:13:32 -0700 Subject: [PATCH] Removed documentation for unavailable method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So it doesn’t show up in the generated docset. --- include/mbgl/ios/MGLMapView.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h index 900728034fd..4b21d5badc8 100644 --- a/include/mbgl/ios/MGLMapView.h +++ b/include/mbgl/ios/MGLMapView.h @@ -345,10 +345,6 @@ IB_DESIGNABLE /** @name Managing the Display of Annotations */ -/** Returns the style's symbol name to use for the marker for the specified point annotation object. -* @param mapView The map view that requested the annotation symbol name. -* @param annotation The object representing the annotation that is about to be displayed. -* @return The marker symbol to display for the specified annotation or `nil` if you want to display the default symbol. */ - (nullable NSString *)mapView:(MGLMapView *)mapView symbolNameForAnnotation:(id )annotation __attribute__((unavailable("Use -mapView:imageForAnnotation:."))); /** Returns an image object to use for the marker for the specified point annotation object.