Area constructor

Area(GeoPoint center, double radiusInKilometers)

Implementation

Area(this.center, this.radiusInKilometers):
assert(geoPointValid(center)), assert(radiusInKilometers >= 0);