C# Класс Binateq.GpsTrackFilter.Viewer.Maps.IndexedLocation

Наследование: Binateq.GpsTrackFilter.Viewer.Maps.DeviceLocation
Показать файл Открыть проект

Открытые методы

Метод Описание
IndexedLocation ( double latitude, double longitude, int index ) : System
ToDirectedLocation ( ) : DirectedLocation

Приватные методы

Метод Описание
IndexedLocation ( double latitude, double longitude, double heading, double speed, DateTimeOffset timestamp, int index ) : System

Описание методов

IndexedLocation() публичный Метод

public IndexedLocation ( double latitude, double longitude, int index ) : System
latitude double
longitude double
index int
Результат System

ToDirectedLocation() публичный Метод

public ToDirectedLocation ( ) : DirectedLocation
Результат DirectedLocation