Class TGPSLocation

Unit

Declaration

type TGPSLocation = class(TGPSPoint)

Description

TGPSLocation

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;

Properties

Published property Location: WideString read FLocation write FLocation;
Published property City: WideString read FCity write FCity;
Published property State: WideString read FState write FState;
Published property CountryCode: WideString read FCountryCode write FCountryCode;
Published property Country: WideString read FCountry write FCountry;

Description

Methods

Public procedure AfterConstruction; override;
 

Properties

Published property Location: WideString read FLocation write FLocation;
 
Published property City: WideString read FCity write FCity;
 
Published property State: WideString read FState write FState;
 
Published property CountryCode: WideString read FCountryCode write FCountryCode;
 
Published property Country: WideString read FCountry write FCountry;
 

Generated by PasDoc 0.15.0.