File tree 2 files changed +3
-3
lines changed
Sources/MapboxMaps/Annotations
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 {
91
91
/// - id: Optional string identifier for this manager.
92
92
/// - layerPosition: Optionally set the `LayerPosition` of the layer managed.
93
93
/// - 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.
96
96
/// - Returns: An instance of `PointAnnotationManager`
97
97
public func makePointAnnotationManager(
98
98
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 {
38
38
///
39
39
/// Use `isHidden` property to determine whether a view is visible or not.
40
40
/// - Parameters:
41
- /// - annotationViews: The annotation vies whose visibility changed.
41
+ /// - annotationViews: The annotation views whose visibility changed.
42
42
func visibilityDidChange( for annotationViews: [ UIView ] )
43
43
}
44
44
You can’t perform that action at this time.
0 commit comments