Skip to content

Instantly share code, notes, and snippets.

@3ph
Created January 29, 2016 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3ph/4fcb85055aa0af184444 to your computer and use it in GitHub Desktop.
Save 3ph/4fcb85055aa0af184444 to your computer and use it in GitHub Desktop.
#import <Mapbox/Mapbox.h>
typedef NS_ENUM(NSUInteger,PointAnnotationType) {
PointAnnotationTypeA,
PointAnnotationTypeB,
};
@interface MGLPointAnnotation (Extensions)
@property (nonatomic) NSUInteger sequence;
@property (nonatomic) PointAnnotationType itemType;
@property (nonatomic) BOOL isValid;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment