Class ImmutableGpxTrack

    • Constructor Detail

      • ImmutableGpxTrack

        public ImmutableGpxTrack​(List<IGpxTrackSegment> segments,
                                 Map<String,​Object> attributes)
        Deprecated.
        Constructs a new ImmutableGpxTrack from GpxTrackSegment objects.
        Parameters:
        segments - The segments to build the track from. Input is not deep-copied, which means the caller may reuse the same segments to build multiple ImmutableGpxTrack instances from. This should not be a problem, since this object cannot modify this.segments.
        attributes - Attributes for the GpxTrack, the input map is copied.
        Since:
        13210