Track Editor (Windows Forms)

From Maria GDK Wiki
Revision as of 15:56, 26 July 2019 by Mbu (talk | contribs) (Created page with "This section describes how to create an application interacting with the Maria GDK Track Service == Track service information == File:trackinfooverview.png|none|frame|Trac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This section describes how to create an application interacting with the Maria GDK Track Service

Track service information

Track info overview

Track Lists

The track information is organized in track lists, identified by track list name.

History settings

History options are specified separately for each track list.

Tracks

A Maira GDK track has the following properties:

  • Current position (lat/lon)
  • Position history
  • Course and speed
  • Time of last observation

In adition, generic named fields (custom fields) can be added. For further information, see Core functionality, Tracks

Historic info.

Previous positions with timestamp.

Track Editor Application

  • For this part you will need to include the TPG.Maria.TrackLayer package as a minimum.
  • You also need to have a Track Service available.
  • Sample code for this section is the MariaTrackEditor_Forms project, in the Sample Projects solution.
Track editor, example application