Class TTrack
Unit
Declaration
type TTrack = class(TObject)
Description
Track data
Hierarchy
- TObject
- TTrack
Overview
Fields
Visible: Boolean; |
|
Layer: TMapLayer; |
|
Points: array of TGeoPoint; |
|
LineDrawProps: TLineDrawProps; |
Methods
constructor Create; |
|
procedure AddPoint(const Point: TGeoPoint); |
Description
Fields
Visible: Boolean; |
|
Visibility flag |
Layer: TMapLayer; |
|
Number of layer the track belongs to |
Points: array of TGeoPoint; |
|
Geo |
LineDrawProps: TLineDrawProps; |
|
Drawing options |
Methods
constructor Create; |
|
This item has no description. |
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.