File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/MapboxMaps/Annotations Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ public final class AnnotationOrchestrator {
9191 /// - id: Optional string identifier for this manager.
9292 /// - layerPosition: Optionally set the `LayerPosition` of the layer managed.
9393 /// - clusterOptions: Optionally set the `ClusterOptions` to cluster the Point Annotations
94- /// - onClusterTap: Closure that will be executed after the long press gesture processsed .
95- /// - onClusterLongPress: Closure that will be executed after the tap gesture will be processed on the map
94+ /// - onClusterTap: Closure that will be executed after the tap gesture will be processed on the map .
95+ /// - onClusterLongPress: Closure that will be executed after the long press gesture processsed.
9696 /// - Returns: An instance of `PointAnnotationManager`
9797 public func makePointAnnotationManager(
9898 id: String = String ( UUID ( ) . uuidString. prefix ( 5 ) ) ,
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public protocol ViewAnnotationUpdateObserver: AnyObject {
3838 ///
3939 /// Use `isHidden` property to determine whether a view is visible or not.
4040 /// - Parameters:
41- /// - annotationViews: The annotation vies whose visibility changed.
41+ /// - annotationViews: The annotation views whose visibility changed.
4242 func visibilityDidChange( for annotationViews: [ UIView ] )
4343}
4444
You can’t perform that action at this time.
0 commit comments