tappableArea property

Rect? tappableArea
final

Tappable area on the icon. Coordinates are measured the same way as anchor coordinates. If rect is empty or invalid, the icon will not process taps. By default, icons process all taps.

Implementation

final mapkit_map_rect.Rect? tappableArea;