add the enum direct comments back (#2936)

This commit is contained in:
Hannah Troisi
2017-01-26 16:39:54 -08:00
committed by Adlai Holler
parent e143942d22
commit 7d68ce33bb
4 changed files with 35 additions and 8 deletions

View File

@@ -14,6 +14,11 @@
NS_ASSUME_NONNULL_BEGIN
/**
* Map Annotation options.
* The default behavior is to ignore the annotations' positions, use the region or options specified instead.
* Swift: to select the default behavior, use [].
*/
typedef NS_OPTIONS(NSUInteger, ASMapNodeShowAnnotationsOptions)
{
/** The annotations' positions are ignored, use the region or options specified instead. */