CollisionMode
Constants that indicate whether an annotation collides and how to interpret the collision-frame rectangle of an annotation view.
Declaration
const CollisionMode: Readonly<{
readonly Rectangle: "rectangle";
readonly Circle: "circle";
readonly None: "none";
}>