Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 8a97145

Browse files
committed
Removed documentation for unavailable method
So it doesn’t show up in the generated docset.
1 parent b3ea068 commit 8a97145

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/mbgl/ios/MGLMapView.h

-4
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,6 @@ IB_DESIGNABLE
345345

346346
/** @name Managing the Display of Annotations */
347347

348-
/** Returns the style's symbol name to use for the marker for the specified point annotation object.
349-
* @param mapView The map view that requested the annotation symbol name.
350-
* @param annotation The object representing the annotation that is about to be displayed.
351-
* @return The marker symbol to display for the specified annotation or `nil` if you want to display the default symbol. */
352348
- (nullable NSString *)mapView:(MGLMapView *)mapView symbolNameForAnnotation:(id <MGLAnnotation>)annotation __attribute__((unavailable("Use -mapView:imageForAnnotation:.")));
353349

354350
/** Returns an image object to use for the marker for the specified point annotation object.

0 commit comments

Comments
 (0)