Track Class

ZylGpsReceiver.NET Mobile
Track class. Tracks are made up of data gathered automatically from your motion while the GPS is turned ON. They provide a record of where you've been, and when, so you can later determine your path and speed. There may be hundreds or thousands of such points in a track, but they are all anonymous. They don't have names and you can't easily get the location of any particular one.
Inheritance Hierarchy

SystemObject
  System.Collections.ObjectModelCollectionPosition
    ZylSoft.Gps.MobileTrack

Namespace:  ZylSoft.Gps.Mobile
Assembly:  ZylGpsReceiverMobile (in ZylGpsReceiverMobile.dll) Version: 3.14.6846.29005
Syntax

public class Track : Collection<Position>

The Track type exposes the following members.

Constructors

  NameDescription
Public methodTrack
Initializes a new instance of the Track class
Top
Properties

  NameDescription
Public propertyCount (Inherited from CollectionPosition.)
Public propertyDescription
Description of the track.
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionPosition.)
Protected propertyItems (Inherited from CollectionPosition.)
Public propertyName
Name of the track.
Top
Methods

  NameDescription
Public methodAdd (Inherited from CollectionPosition.)
Public methodClear (Inherited from CollectionPosition.)
Protected methodClearItems (Inherited from CollectionPosition.)
Public methodContains (Inherited from CollectionPosition.)
Public methodCopyTo (Inherited from CollectionPosition.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExportToGpx
Exports track to GPX format.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionPosition.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionPosition.)
Public methodInsert (Inherited from CollectionPosition.)
Protected methodInsertItem (Inherited from CollectionPosition.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from CollectionPosition.)
Public methodRemoveAt (Inherited from CollectionPosition.)
Protected methodRemoveItem (Inherited from CollectionPosition.)
Public methodReset
Resets the track.
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionPosition.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference