GeoCircle constructor

const GeoCircle(
  1. GeoPoint center,
  2. GeoDistance radius
)

Create a circle from a center point and a radius

Implementation

const GeoCircle(this.center, this.radius);