Class TGPSPoint

Unit

Declaration

type TGPSPoint = class(TXOMObject)

Description

TGPSPoint

Hierarchy

  • TXOMObject
  • TGPSPoint

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure Reset; virtual;
Public function HasGPS: Boolean; virtual;

Properties

Published property Latitude: Double read FLatitude write FLatitude;
Published property Longitude: Double read FLongitude write FLongitude;
Published property Altitude: Double read FAltitude write FAltitude;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure Reset; virtual;
 
Public function HasGPS: Boolean; virtual;
 

Properties

Published property Latitude: Double read FLatitude write FLatitude;
 
Published property Longitude: Double read FLongitude write FLongitude;
 
Published property Altitude: Double read FAltitude write FAltitude;
 

Generated by PasDoc 0.15.0.