totalArea property

double get totalArea

Calculates the total area of the tapped points.

Implementation

double get totalArea =>
    MapUtils.calculateArea(_tappedPoints.map((p) => p.position).toList());