summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-07-08 13:13:32 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-07-08 14:39:29 -0700
commit184afb01adf4553c5c91d761b0d667eaafe646c5 (patch)
treec64ef6bea172cede1907d9e076fcb239d006acd9 /include
parent49fe6df0dbcfb70222b10b72be681b68526e7891 (diff)
downloadqtlocation-mapboxgl-184afb01adf4553c5c91d761b0d667eaafe646c5.tar.gz
Removed documentation for unavailable method
So it doesn’t show up in the generated docset.
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index 900728034f..4b21d5badc 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 <MGLAnnotation>)annotation __attribute__((unavailable("Use -mapView:imageForAnnotation:.")));
/** Returns an image object to use for the marker for the specified point annotation object.