Contents

collisionMode

A mode that determines the shape of the collision frame.

Declaration

collisionMode?: CollisionMode;

Discussion

Use one of the modes available in CollisionMode:

  • mapkit.Annotation.CollisionMode.Rectangle — Indicates the bounding box of the annotation.

  • mapkit.Annotation.CollisionMode.Circle — Indicates a circle within the bounding box.

The default value is Annotation.CollisionMode.Rectangle.

See Also

Grouping annotations