-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathufrMap.fmx
127 lines (127 loc) · 4.12 KB
/
ufrMap.fmx
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
object frMap: TfrMap
Size.Width = 345.000000000000000000
Size.Height = 650.000000000000000000
Size.PlatformDefault = False
OnPainting = FramePainting
OnPaint = FramePaint
object MapView: TMapView
Align = Client
Size.Width = 345.000000000000000000
Size.Height = 591.000000000000000000
Size.PlatformDefault = False
MapType = Hybrid
LayerOptions = [UserLocation]
OnMarkerClick = MapViewMarkerClick
end
object BarraTitulo: TRectangle
Align = Top
Fill.Color = claWhite
Margins.Left = -1.000000000000000000
Margins.Top = -1.000000000000000000
Margins.Right = -1.000000000000000000
Margins.Bottom = -1.000000000000000000
Position.X = -1.000000000000000000
Position.Y = -1.000000000000000000
Size.Width = 347.000000000000000000
Size.Height = 61.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claNull
object SwitchMarkers: TSwitch
Align = Right
IsChecked = True
Margins.Top = 15.000000000000000000
Margins.Right = 18.000000000000000000
Position.X = 274.000000000000000000
Position.Y = 15.000000000000000000
Size.Width = 55.000000000000000000
Size.Height = 46.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
OnSwitch = SwitchMarkersSwitch
object Label2: TLabel
Align = Top
StyledSettings = [Family, Style]
Locked = True
Margins.Left = -50.000000000000000000
Margins.Top = -18.000000000000000000
Margins.Right = -25.000000000000000000
Position.X = -50.000000000000000000
Position.Y = -18.000000000000000000
Size.Width = 130.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 10.000000000000000000
TextSettings.HorzAlign = Center
Text = 'Mostrar marcadores'
TabOrder = 0
end
end
object Layout1: TLayout
Align = Left
Size.Width = 257.000000000000000000
Size.Height = 61.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
object Label1: TLabel
Align = Left
StyledSettings = [Family]
Locked = True
Margins.Left = 5.000000000000000000
Margins.Right = 3.000000000000000000
Position.X = 5.000000000000000000
Size.Width = 55.000000000000000000
Size.Height = 61.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 11.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
Text = 'Dist'#226'ncia:'
TabOrder = 2
end
object lblDistance: TLabel
Align = Client
StyledSettings = [Family, Size]
Margins.Right = 3.000000000000000000
Size.Width = 191.000000000000000000
Size.Height = 61.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.StyleExt = {00070000000000000004000000}
TabOrder = 4
end
end
object RecNameArea: TRectangle
Fill.Color = claWhite
HitTest = False
Position.X = 154.000000000000000000
Position.Y = 26.000000000000000000
Size.Width = 100.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
object lblNameTh: TLabel
Align = Client
AutoSize = True
StyledSettings = [Family, FontColor]
Locked = True
Margins.Top = 1.000000000000000000
Size.Width = 100.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 9.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.HorzAlign = Center
TextSettings.WordWrap = False
Text = 'lblNameArea'
TabOrder = 1
end
end
end
object LocationSensor: TLocationSensor
Accuracy = 0.000100000000000000
ActivityType = Other
Distance = 0.000100000000000000
UsageAuthorization = WhenInUse
OnLocationChanged = LocationSensorLocationChanged
Left = 15
Top = 85
end
end