sunTransitTime property

Instant sunTransitTime

The transit time of the Sun.

The transit time of the sun, also called Sun–Meridian transit time, is a daily time when the Sun culminates on the observers Meridian, reaching the highest position in the sky. It corresponds to the solar noon.

Implementation

Instant get sunTransitTime =>
    _sunTransitTime ??= SunriseSunsetCalculator(instant, latitude, longitude)
        .calculateSunTransitTime();