cadetill's blog Copyright © Xavier Martínez (cadetill)

Unit GMLib.Constants

Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Variables

Description

Constants for GMLib.

The GMLib.Constants unit contains all contants used by GMLib.

Overview

Constants

ctGMLib_Version = '[2.0.0.3]';
ct_RES_MAPAJS_CODE = 'RES_MAPJSCODE';
ct_RES_LLB_CODE = 'RES_LATLNGBOUNDSCODE';
ct_RES_TRANSF_CODE = 'RES_TRANSFORMCODE';
ct_RES_MAPA_CODE = 'RES_MAPCODE';
ct_API_KEY = 'API_KEY';
ct_API_VER = 'API_VER';
ct_API_LAN = 'API_LAN';
ct_API_REGION = 'API_REGION';
ct_FILE_MAP_NAME = 'mapa.html';
ct_FILE_LLB_NAME = 'latlngbounds.js';
ct_FILE_MAPJS_NAME = 'map.js';
ct_FILE_TRANSF_NAME = 'transform.js';

Description

Constants

ctGMLib_Version = '[2.0.0.3]';

CEF4DELPHI installed delphi 6 delphi 7 delphi 2005 delphi 2006 delphi 2007 delphi 2009 delphi 2010 XE XE2 XE3 XE4 XE5 XE6 XE7 XE8 Seattle 10 Berlin 10.1 Tokyo 10.2 Rio 10.3 Sydney 10.4 Alexandria 11.0/11.1 Actual version from GMLib

ct_RES_MAPAJS_CODE = 'RES_MAPJSCODE';

Resurce name for map.js file.

ct_RES_LLB_CODE = 'RES_LATLNGBOUNDSCODE';

Resurce name for latlngbounds.js file.

ct_RES_TRANSF_CODE = 'RES_TRANSFORMCODE';

Resurce name for transform.js file.

ct_RES_MAPA_CODE = 'RES_MAPCODE';

Resurce name for map.html file.

ct_API_KEY = 'API_KEY';

API key value into HTML map

ct_API_VER = 'API_VER';

API version value into HTML map

ct_API_LAN = 'API_LAN';

API language value into HTML map

ct_API_REGION = 'API_REGION';

API region value into HTML map

ct_FILE_MAP_NAME = 'mapa.html';

Name of the HTML map file.

ct_FILE_LLB_NAME = 'latlngbounds.js';

Name of the LatLngBounds javascript file.

ct_FILE_MAPJS_NAME = 'map.js';

Name of the Maps javascript file.

ct_FILE_TRANSF_NAME = 'transform.js';

Name of the Transform javascript file.

Author

Created

August 12, 2022

Last Modified

August 12, 2022


Generated by PasDoc 0.15.0.