Class TTrack

Unit

Declaration

type TTrack = class(TObject)

Description

Track data

Hierarchy

Overview

Fields

Public Visible: Boolean;
Public Layer: TMapLayer;
Public Points: array of TGeoPoint;
Public LineDrawProps: TLineDrawProps;

Methods

Public constructor Create;
Public procedure AddPoint(const Point: TGeoPoint);

Description

Fields

Public Visible: Boolean;

Visibility flag

Public Layer: TMapLayer;

Number of layer the track belongs to

Public Points: array of TGeoPoint;

Geo points that form a track

Public LineDrawProps: TLineDrawProps;

Drawing options

Methods

Public constructor Create;

This item has no description.

Public procedure AddPoint(const Point: TGeoPoint);

Just a shorthand for adding a single point. Pre-allocating the array and assigning values to empty cells is always more efficient.


Generated by PasDoc 0.16.0.