DEPRECATED-mapbox-ios-sdk
DEPRECATED-mapbox-ios-sdk copied to clipboard
Add Annotation Point
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];