new Circle(centerRaDec, radius, options) → {Circle}
- Description:
- Constructor function for creating a new circle.
 
- Source:
Parameters:
| Name | Type | Description | 
|---|---|---|
| centerRaDec | Array.<number> | right-ascension/declination 2-tuple of the circle's center in degrees | 
| radius | number | radius in degrees | 
| options | ShapeOptions | Configuration options for the circle | 
Returns:
    - The circle shape object
- Type
- Circle