Class TGPSPoint
Unit
xomGPS
Declaration
type TGPSPoint = class(TXOMObject)
Description
TGPSPoint
Hierarchy
Overview
Methods
Properties
 |
property Latitude: Double read FLatitude write FLatitude; |
 |
property Longitude: Double read FLongitude write FLongitude; |
 |
property Altitude: Double read FAltitude write FAltitude; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure Reset; virtual; |
|
|
 |
function HasGPS: Boolean; virtual; |
|
|
Properties
 |
property Latitude: Double read FLatitude write FLatitude; |
|
|
 |
property Longitude: Double read FLongitude write FLongitude; |
|
|
 |
property Altitude: Double read FAltitude write FAltitude; |
|
|
Generated by PasDoc 0.15.0.
|