summaryrefslogtreecommitdiff
path: root/platform/darwin/MGLPointAnnotation.m
blob: 13fbba1083ec8782c9d5f729d6de89e43cdfceeb (plain)
1
2
3
4
5
6
7
#import "MGLPointAnnotation.h"

@implementation MGLPointAnnotation

@synthesize coordinate;

@end