Unit xomGPSReadWrite

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Record TGEOMapsServiceHelper  
Class TGPSReadWrite  

Functions and Procedures

function AllowMapsService: Boolean;

Types

TGPSLocation = WebService.Google.Client.TGPSLocation;
TGPSLocations = WebService.Google.Client.TGPSLocations;
TGEOMapsService = (...);
TGEOLookupService = (...);

Constants

cMilesToMetersFactor = 1609.344;

Variables

gGeoClipbrdFormat: TClipboardFormat;
gUse2CharCountryCode: Boolean;
gUseStreetNumbers: Boolean;
gGEONamesURL: String;
gGEONamesUser: String;
gGoogleMapsURL: String;
gGoogleMapsAPIURL: String;
gGoogleMapsAPIKey: String = '';
GPSMapsService: TGEOMapsService = gmsOpenFreeMap;
GPSLookupService: TGEOLookupService = glsGoogle;

Description

Functions and Procedures

function AllowMapsService: Boolean;
 

Types

TGPSLocation = WebService.Google.Client.TGPSLocation;
 
TGPSLocations = WebService.Google.Client.TGPSLocations;
 
TGEOMapsService = (...);
 
Values
  • gmsGoogleMaps
  • gmsOpenFreeMap
TGEOLookupService = (...);
 
Values
  • glsGEONames
  • glsGoogle
  • glsIDimagerIGS
  • glsNominatim

Constants

cMilesToMetersFactor = 1609.344;
 

Variables

gGeoClipbrdFormat: TClipboardFormat;
 
gUse2CharCountryCode: Boolean;
 
gUseStreetNumbers: Boolean;
 
gGEONamesURL: String;
 
gGEONamesUser: String;
 
gGoogleMapsURL: String;
 
gGoogleMapsAPIURL: String;
 
gGoogleMapsAPIKey: String = '';
 
GPSMapsService: TGEOMapsService = gmsOpenFreeMap;
 
GPSLookupService: TGEOLookupService = glsGoogle;
 

Generated by PasDoc 0.15.0.