centerPoint property

  1. @override
Coordinates get centerPoint
override

Retrieves the center point of the geographic area. Calculates and returns the geographic center of the area.

Returns

  • Coordinates object representing the center point of the area.

Implementation

@override
Coordinates get centerPoint {
  return centerCoordinates.copy;
}