Instance Method
removeAnnotation(_:)removeAnnotation:removeAnnotation_
Removes an annotation.
Declaration
func removeAnnotation(_ anAnnotation: GSAnnotation)Declaration
- (void) removeAnnotation:(GSAnnotation *) anAnnotation;Declaration
removeAnnotation_(anAnnotation: GSAnnotation)Discussion
This has no effect when the annotation is not in the layer.
See Also
Adding and Removing Annotations
Adds an annotation.
Removes the annotation at an index.