mapbox / DEPRECATED-mapbox-ios-sdk

REPLACED – use https://www.mapbox.com/ios-sdk instead
https://github.com/mapbox/mapbox-gl-native
Other
322 stars 8 forks source link

Add Annotation Point #617

Open carmenalbu opened 9 years ago

carmenalbu commented 9 years ago

Why won't this simple line of code won't add an annotation point on the map:

RMPointAnnotation *point = [[RMPointAnnotation alloc] init];
point.coordinate = coordinate;
[self.mapboxView addAnnotation:point];