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

Commit

Permalink
Removed documentation for unavailable method
Browse files Browse the repository at this point in the history
So it doesn’t show up in the generated docset.
  • Loading branch information
1ec5 authored and incanus committed Jul 8, 2015
1 parent 49fe6df commit 184afb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/mbgl/ios/MGLMapView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 184afb0

Please sign in to comment.