GeoCircle constructor
      const
      GeoCircle(
    
- GeoPoint center,
- GeoDistance radius
Create a circle from a center point and a radius
Implementation
const GeoCircle(this.center, this.radius);Create a circle from a center point and a radius
const GeoCircle(this.center, this.radius);