Area constructor

Area(GeoPoint center, double radius)

Implementation

Area(this.center, this.radius);