C# Class Binateq.GpsTrackFilter.Viewer.Maps.IndexedLocation

Inheritance: Binateq.GpsTrackFilter.Viewer.Maps.DeviceLocation
Afficher le fichier Open project: binateq/gps-track-filter

Méthodes publiques

Méthode Description
IndexedLocation ( double latitude, double longitude, int index ) : System
ToDirectedLocation ( ) : DirectedLocation

Private Methods

Méthode Description
IndexedLocation ( double latitude, double longitude, double heading, double speed, DateTimeOffset timestamp, int index ) : System

Method Details

IndexedLocation() public méthode

public IndexedLocation ( double latitude, double longitude, int index ) : System
latitude double
longitude double
index int
Résultat System

ToDirectedLocation() public méthode

public ToDirectedLocation ( ) : DirectedLocation
Résultat DirectedLocation