Exemplo n.º 1
0
        public GPX10Track(GPX.XSD.Ver10.gpxTrk trkType)
        {
            _trkType = trkType;
            _uniqueID = GetUniqueKey();

            _trackSegments = GetTrackSegments();
        }
Exemplo n.º 2
0
        public GPX10Track(GPX.XSD.Ver10.gpxTrk trkType)
        {
            _trkType  = trkType;
            _uniqueID = GetUniqueKey();

            _trackSegments = GetTrackSegments();
        }