init(x:y:)
Creates an AnnotationOverflowResolution with strategies for the X and Y dimensions.
Declaration
nonisolated init(x: AnnotationOverflowResolution.Strategy = .automatic, y: AnnotationOverflowResolution.Strategy = .automatic)Discussion
Parameters:
x: The strategy to resolve X overflow.
y: The strategy to resolve Y overflow.