Open carmenalbu opened 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];
Why won't this simple line of code won't add an annotation point on the map: