-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathGoogleMap.dfm
More file actions
38 lines (38 loc) · 1.11 KB
/
Copy pathGoogleMap.dfm
File metadata and controls
38 lines (38 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
inherited frmGMap: TfrmGMap
Caption = 'frmGMap'
PixelsPerInch = 96
TextHeight = 13
inherited pnlMain: TPanel
object GMap: TWebGMaps
Left = 0
Top = 24
Width = 833
Height = 446
Align = alClient
APIVersion = '3.34'
Clusters = <>
Markers = <>
Polylines = <>
Polygons = <>
Directions = <>
MapOptions.ZoomMap = 8
MapOptions.DefaultLatitude = 48.859040000000000000
MapOptions.DefaultLongitude = 2.294297000000000000
Routing.PolylineOptions.Icons = <>
StreetViewOptions.DefaultLatitude = 48.859040000000000000
StreetViewOptions.DefaultLongitude = 2.294297000000000000
MapPersist.Location = mplInifile
MapPersist.Key = 'WebGMaps'
MapPersist.Section = 'MapBounds'
PolygonLabel.Font.Charset = DEFAULT_CHARSET
PolygonLabel.Font.Color = clBlack
PolygonLabel.Font.Height = -16
PolygonLabel.Font.Name = 'Arial'
PolygonLabel.Font.Style = []
TabOrder = 1
Version = '3.1.5.0'
OnDownloadFinish = GMapDownloadFinish
OnMarkerClick = GMapMarkerClick
end
end
end