DEPRECATED-mapbox-ios-sdk icon indicating copy to clipboard operation
DEPRECATED-mapbox-ios-sdk copied to clipboard

Add Annotation Point

Open carmenalbu opened this issue 10 years ago • 0 comments

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];

carmenalbu avatar Apr 10 '15 21:04 carmenalbu