Share via


MKAnnotationViewCollisionMode Enum

Definition

Enumerates collision detection modes.

[ObjCRuntime.Native]
public enum MKAnnotationViewCollisionMode
[<ObjCRuntime.Native>]
type MKAnnotationViewCollisionMode = 
Inheritance
MKAnnotationViewCollisionMode
Attributes

Fields

Name Value Description
Rectangle 0

Indicates that the entire frame rectangle should be used for collision detection.

Circle 1

Indicates that a circle inscribed within the frame rectangle should be used for collision detection.

None 2

Applies to