API Reference / EclipsePath · interface
Interface: EclipsePath
The umbra/antumbra path of a solar eclipse at one instant.
Properties
| Property | Type | Description |
|---|---|---|
<a id="center"></a> center | GeoPoint | Central line point (greatest coverage) at this instant. |
<a id="north"></a> north | GeoPoint | null | Northern edge of totality/annularity, or null if it runs off the Earth. |
<a id="south"></a> south | GeoPoint | null | Southern edge, or null if it runs off the Earth. |
<a id="widthkm"></a> widthKm | number | null | Full path width (km) between the limits, or null when a limit is missing. |