Class TGPSLocation
Unit
xomGPS
Declaration
type TGPSLocation = class(TGPSPoint)
Description
TGPSLocation
Hierarchy
Overview
Methods
Properties
 |
property Location: WideString read FLocation write FLocation; |
 |
property City: WideString read FCity write FCity; |
 |
property State: WideString read FState write FState; |
 |
property CountryCode: WideString read FCountryCode write FCountryCode; |
 |
property Country: WideString read FCountry write FCountry; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property Location: WideString read FLocation write FLocation; |
|
|
 |
property City: WideString read FCity write FCity; |
|
|
 |
property State: WideString read FState write FState; |
|
|
 |
property CountryCode: WideString read FCountryCode write FCountryCode; |
|
|
 |
property Country: WideString read FCountry write FCountry; |
|
|
Generated by PasDoc 0.15.0.
|