//astronomy/io.github.cosinekitty.astronomy/nextGlobalSolarEclipse
fun nextGlobalSolarEclipse(prevEclipseTime: Time): GlobalSolarEclipseInfo
Searches for the next global solar eclipse in a series.
After using searchGlobalSolarEclipse to find the first solar eclipse in a series, you can call this function to find the next consecutive solar eclipse. Pass in the peak value from the GlobalSolarEclipseInfo returned by the previous call to searchGlobalSolarEclipse or nextGlobalSolarEclipse to find the next solar eclipse.
See globalSolarEclipsesAfter for convenient iteration of consecutive eclipses.
Information about the next consecutive solar eclipse.
prevEclipseTime | A date and time near a new moon. Solar eclipse search will start at the next new moon. |