Instance Method
removeAnnotation(at:)removeObjectFromAnnotationsAtIndex:removeObjectFromAnnotationsAtIndex_
Removes the annotation at an index.
Declaration
func removeAnnotation(at idx: UInt)Declaration
- (void) removeObjectFromAnnotationsAtIndex:(NSUInteger) idx;Declaration
removeObjectFromAnnotationsAtIndex_(idx: int)See Also
Adding and Removing Annotations
Adds an annotation.
Removes an annotation.