Binateq.GpsTrackFilter.Viewer.Maps.IndexedLocation.IndexedLocation C# (CSharp) Method

IndexedLocation() private method

private IndexedLocation ( double latitude, double longitude, double heading, double speed, DateTimeOffset timestamp, int index ) : System
latitude double
longitude double
heading double
speed double
timestamp DateTimeOffset
index int
return System
        public IndexedLocation(double latitude, double longitude, double heading, double speed, DateTimeOffset timestamp, int index) 
            : base(latitude, longitude, heading, speed, timestamp)
        {
            Index = index;
        }

Same methods

IndexedLocation::IndexedLocation ( double latitude, double longitude, int index ) : System