You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Point.time() property currently uses a ZonedDateTime for storing the time. This should be replaced by the Instant class, which represents the type in the GPX file more accurately.
At a first step, the used accessors and construtors should be marked as deprecated.