1
0
Files
applications
bindings
components
Comba_Animation
aboutcomponent
acs
beepfp
callite
captcha
chelper
chemtext
cmdline
cmdlinecfg
colorpalette
cryptini
csvdocument
epiktimer
everettrandom
examplecomponent
exctrls
extrasyn
fpexif
fpsound
fpspreadsheet
fractions
freetypepascal
geckoport
gradcontrols
grid_semaphor
gridprinter
industrialstuff
iosdesigner
iphonelazext
jujiboutils
jvcllaz
kcontrols
lazautoupdate
lazbarcodes
lazmapviewer
examples
colored_tracks
fulldemo
MapViewer_Demo.lpi
MapViewer_Demo.lpr
globals.pas
gpslistform.lfm
gpslistform.pas
gpsptform.lfm
gpsptform.pas
main.lfm
main.pas
mapmarker.png
fulldemo_with_addons
trackdemo
images
source
lazmapviewer_bgra.lpk
lazmapviewer_bgra.pas
lazmapviewer_rgbgraphics.lpk
lazmapviewer_rgbgraphics.pas
lazmapviewer_synapse.lpk
lazmapviewer_synapse.pas
lazmapviewerpkg.lpk
lazmapviewerpkg.pas
lclextensions
longtimer
manualdock
mbColorLib
mplayer
multithreadprocs
nvidia-widgets
onguard
orpheus
playsoundpackage
poweredby
powerpdf
rgbgraphics
richmemo
richview
rtfview
rx
scrolltext
smnetgradient
spktoolbar
splashabout
svn
systools
tdi
thtmlport
tparadoxdataset
tvplanit
xdev_toolkit
zlibar
zmsql
examples
image_sources
lclbindings
wst
lazarus-ccr/components/lazmapviewer/examples/fulldemo/globals.pas

20 lines
243 B
ObjectPascal
Raw Normal View History

unit globals;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, mvEngine;
const
DistanceUnit_Names: array[TDistanceUnits] of string = ('m', 'km', 'miles');
var
DistanceUnit: TDistanceUnits = duKilometers;
implementation
end.