Skip to content

Commit 718c6dc

Browse files
authored
changes API Google Maps
1 parent 7d8622f commit 718c6dc

File tree

6 files changed

+2148
-2073
lines changed

6 files changed

+2148
-2073
lines changed

Demos/MegaDemo/MegaDemo.dproj

Lines changed: 188 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -1,161 +1,188 @@
1-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
<PropertyGroup>
3-
<ProjectGuid>{AA6AB531-8F00-4FEA-B891-7C2C4FCAD80A}</ProjectGuid>
4-
<MainSource>MegaDemo.dpr</MainSource>
5-
<Base>True</Base>
6-
<Config Condition="'$(Config)'==''">Debug</Config>
7-
<TargetedPlatforms>1</TargetedPlatforms>
8-
<AppType>Application</AppType>
9-
<FrameworkType>VCL</FrameworkType>
10-
<ProjectVersion>18.0</ProjectVersion>
11-
<Platform Condition="'$(Platform)'==''">Win32</Platform>
12-
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
13-
</PropertyGroup>
14-
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
15-
<Base>true</Base>
16-
</PropertyGroup>
17-
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
18-
<Cfg_1>true</Cfg_1>
19-
<CfgParent>Base</CfgParent>
20-
<Base>true</Base>
21-
</PropertyGroup>
22-
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
23-
<Cfg_2>true</Cfg_2>
24-
<CfgParent>Base</CfgParent>
25-
<Base>true</Base>
26-
</PropertyGroup>
27-
<PropertyGroup Condition="'$(Base)'!=''">
28-
<SanitizedProjectName>MegaDemo</SanitizedProjectName>
29-
<DCC_DcuOutput>..\lib</DCC_DcuOutput>
30-
<DCC_DependencyCheckOutputName>..\bin\MegaDemo.exe</DCC_DependencyCheckOutputName>
31-
<DCC_ExeOutput>..\bin</DCC_ExeOutput>
32-
<DCC_S>false</DCC_S>
33-
<DCC_F>false</DCC_F>
34-
<VerInfo_Locale>3082</VerInfo_Locale>
35-
<DCC_E>false</DCC_E>
36-
<DCC_K>false</DCC_K>
37-
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;VCLTee;$(DCC_Namespace)</DCC_Namespace>
38-
<DCC_N>false</DCC_N>
39-
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=;CFBundleDisplayName=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;CFBundleExecutable=</VerInfo_Keys>
40-
<DCC_ImageBase>00400000</DCC_ImageBase>
41-
</PropertyGroup>
42-
<PropertyGroup Condition="'$(Cfg_1)'!=''">
43-
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
44-
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
45-
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
46-
<DCC_DebugInformation>0</DCC_DebugInformation>
47-
</PropertyGroup>
48-
<PropertyGroup Condition="'$(Cfg_2)'!=''">
49-
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
50-
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
51-
<DCC_Optimize>false</DCC_Optimize>
52-
</PropertyGroup>
53-
<ItemGroup>
54-
<DelphiCompile Include="$(MainSource)">
55-
<MainSource>MainSource</MainSource>
56-
</DelphiCompile>
57-
<DCCReference Include="UMainFrm.pas">
58-
<Form>MainFrm</Form>
59-
</DCCReference>
60-
<DCCReference Include="UMapFrm.pas">
61-
<Form>MapFrm</Form>
62-
</DCCReference>
63-
<DCCReference Include="UMarkersFrm.pas">
64-
<Form>MarkersFrm</Form>
65-
</DCCReference>
66-
<DCCReference Include="UPolylinesFrm.pas">
67-
<Form>PolylinesFrm</Form>
68-
</DCCReference>
69-
<DCCReference Include="UPolygonFrm.pas">
70-
<Form>PolygonFrm</Form>
71-
</DCCReference>
72-
<DCCReference Include="URectanglesFrm.pas">
73-
<Form>RectanglesFrm</Form>
74-
</DCCReference>
75-
<DCCReference Include="UCirclesFrm.pas">
76-
<Form>CirclesFrm</Form>
77-
</DCCReference>
78-
<DCCReference Include="UGeoCodeFrm.pas">
79-
<Form>GeoCodeFrm</Form>
80-
</DCCReference>
81-
<DCCReference Include="UDirectionsFrm.pas">
82-
<Form>DirectionsFrm</Form>
83-
</DCCReference>
84-
<DCCReference Include="UWaypointFrm.pas">
85-
<Form>WaypointFrm</Form>
86-
</DCCReference>
87-
<DCCReference Include="UGroundOverlayFrm.pas">
88-
<Form>GroundOverlayFrm</Form>
89-
</DCCReference>
90-
<BuildConfiguration Include="Debug">
91-
<Key>Cfg_2</Key>
92-
<CfgParent>Base</CfgParent>
93-
</BuildConfiguration>
94-
<BuildConfiguration Include="Base">
95-
<Key>Base</Key>
96-
</BuildConfiguration>
97-
<BuildConfiguration Include="Release">
98-
<Key>Cfg_1</Key>
99-
<CfgParent>Base</CfgParent>
100-
</BuildConfiguration>
101-
</ItemGroup>
102-
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
103-
<ProjectExtensions>
104-
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
105-
<Borland.ProjectType/>
106-
<BorlandProject>
107-
<Delphi.Personality>
108-
<Source>
109-
<Source Name="MainSource">MegaDemo.dpr</Source>
110-
</Source>
111-
<VersionInfo>
112-
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
113-
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
114-
<VersionInfo Name="MajorVer">1</VersionInfo>
115-
<VersionInfo Name="MinorVer">0</VersionInfo>
116-
<VersionInfo Name="Release">0</VersionInfo>
117-
<VersionInfo Name="Build">0</VersionInfo>
118-
<VersionInfo Name="Debug">False</VersionInfo>
119-
<VersionInfo Name="PreRelease">False</VersionInfo>
120-
<VersionInfo Name="Special">False</VersionInfo>
121-
<VersionInfo Name="Private">False</VersionInfo>
122-
<VersionInfo Name="DLL">False</VersionInfo>
123-
<VersionInfo Name="Locale">1033</VersionInfo>
124-
<VersionInfo Name="CodePage">1252</VersionInfo>
125-
</VersionInfo>
126-
<VersionInfoKeys>
127-
<VersionInfoKeys Name="CompanyName"/>
128-
<VersionInfoKeys Name="FileDescription"/>
129-
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
130-
<VersionInfoKeys Name="InternalName"/>
131-
<VersionInfoKeys Name="LegalCopyright"/>
132-
<VersionInfoKeys Name="LegalTrademarks"/>
133-
<VersionInfoKeys Name="OriginalFilename"/>
134-
<VersionInfoKeys Name="ProductName"/>
135-
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
136-
<VersionInfoKeys Name="Comments"/>
137-
<VersionInfoKeys Name="CFBundleName"/>
138-
<VersionInfoKeys Name="CFBundleDisplayName"/>
139-
<VersionInfoKeys Name="CFBundleIdentifier"/>
140-
<VersionInfoKeys Name="CFBundleVersion"/>
141-
<VersionInfoKeys Name="CFBundlePackageType"/>
142-
<VersionInfoKeys Name="CFBundleSignature"/>
143-
<VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
144-
<VersionInfoKeys Name="CFBundleExecutable"/>
145-
</VersionInfoKeys>
146-
<Excluded_Packages/>
147-
<Parameters>
148-
<Parameters Name="UseLauncher">False</Parameters>
149-
<Parameters Name="LoadAllSymbols">True</Parameters>
150-
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
151-
</Parameters>
152-
</Delphi.Personality>
153-
<Platforms>
154-
<Platform value="Win32">True</Platform>
155-
<Platform value="Win64">False</Platform>
156-
</Platforms>
157-
</BorlandProject>
158-
<ProjectFileVersion>12</ProjectFileVersion>
159-
</ProjectExtensions>
160-
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
161-
</Project>
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{AA6AB531-8F00-4FEA-B891-7C2C4FCAD80A}</ProjectGuid>
4+
<MainSource>MegaDemo.dpr</MainSource>
5+
<Base>True</Base>
6+
<Config Condition="'$(Config)'==''">Debug</Config>
7+
<TargetedPlatforms>1</TargetedPlatforms>
8+
<AppType>Application</AppType>
9+
<FrameworkType>VCL</FrameworkType>
10+
<ProjectVersion>18.2</ProjectVersion>
11+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
12+
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
13+
</PropertyGroup>
14+
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
15+
<Base>true</Base>
16+
</PropertyGroup>
17+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
18+
<Base_Win32>true</Base_Win32>
19+
<CfgParent>Base</CfgParent>
20+
<Base>true</Base>
21+
</PropertyGroup>
22+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
23+
<Base_Win64>true</Base_Win64>
24+
<CfgParent>Base</CfgParent>
25+
<Base>true</Base>
26+
</PropertyGroup>
27+
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
28+
<Cfg_1>true</Cfg_1>
29+
<CfgParent>Base</CfgParent>
30+
<Base>true</Base>
31+
</PropertyGroup>
32+
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
33+
<Cfg_2>true</Cfg_2>
34+
<CfgParent>Base</CfgParent>
35+
<Base>true</Base>
36+
</PropertyGroup>
37+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
38+
<Cfg_2_Win32>true</Cfg_2_Win32>
39+
<CfgParent>Cfg_2</CfgParent>
40+
<Cfg_2>true</Cfg_2>
41+
<Base>true</Base>
42+
</PropertyGroup>
43+
<PropertyGroup Condition="'$(Base)'!=''">
44+
<SanitizedProjectName>MegaDemo</SanitizedProjectName>
45+
<DCC_DcuOutput>..\lib</DCC_DcuOutput>
46+
<DCC_DependencyCheckOutputName>..\bin\MegaDemo.exe</DCC_DependencyCheckOutputName>
47+
<DCC_ExeOutput>..\bin</DCC_ExeOutput>
48+
<DCC_S>false</DCC_S>
49+
<DCC_F>false</DCC_F>
50+
<VerInfo_Locale>3082</VerInfo_Locale>
51+
<DCC_E>false</DCC_E>
52+
<DCC_K>false</DCC_K>
53+
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;VCLTee;$(DCC_Namespace)</DCC_Namespace>
54+
<DCC_N>false</DCC_N>
55+
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=;CFBundleDisplayName=;CFBundleIdentifier=;CFBundleVersion=;CFBundlePackageType=;CFBundleSignature=;CFBundleAllowMixedLocalizations=;CFBundleExecutable=</VerInfo_Keys>
56+
<DCC_ImageBase>00400000</DCC_ImageBase>
57+
</PropertyGroup>
58+
<PropertyGroup Condition="'$(Base_Win32)'!=''">
59+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
60+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
61+
</PropertyGroup>
62+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
63+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
64+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
65+
</PropertyGroup>
66+
<PropertyGroup Condition="'$(Cfg_1)'!=''">
67+
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
68+
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
69+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
70+
<DCC_DebugInformation>0</DCC_DebugInformation>
71+
</PropertyGroup>
72+
<PropertyGroup Condition="'$(Cfg_2)'!=''">
73+
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
74+
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
75+
<DCC_Optimize>false</DCC_Optimize>
76+
</PropertyGroup>
77+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
78+
<BT_BuildType>Debug</BT_BuildType>
79+
</PropertyGroup>
80+
<ItemGroup>
81+
<DelphiCompile Include="$(MainSource)">
82+
<MainSource>MainSource</MainSource>
83+
</DelphiCompile>
84+
<DCCReference Include="UMainFrm.pas">
85+
<Form>MainFrm</Form>
86+
</DCCReference>
87+
<DCCReference Include="UMapFrm.pas">
88+
<Form>MapFrm</Form>
89+
</DCCReference>
90+
<DCCReference Include="UMarkersFrm.pas">
91+
<Form>MarkersFrm</Form>
92+
</DCCReference>
93+
<DCCReference Include="UPolylinesFrm.pas">
94+
<Form>PolylinesFrm</Form>
95+
</DCCReference>
96+
<DCCReference Include="UPolygonFrm.pas">
97+
<Form>PolygonFrm</Form>
98+
</DCCReference>
99+
<DCCReference Include="URectanglesFrm.pas">
100+
<Form>RectanglesFrm</Form>
101+
</DCCReference>
102+
<DCCReference Include="UCirclesFrm.pas">
103+
<Form>CirclesFrm</Form>
104+
</DCCReference>
105+
<DCCReference Include="UGeoCodeFrm.pas">
106+
<Form>GeoCodeFrm</Form>
107+
</DCCReference>
108+
<DCCReference Include="UDirectionsFrm.pas">
109+
<Form>DirectionsFrm</Form>
110+
</DCCReference>
111+
<DCCReference Include="UWaypointFrm.pas">
112+
<Form>WaypointFrm</Form>
113+
</DCCReference>
114+
<DCCReference Include="UGroundOverlayFrm.pas">
115+
<Form>GroundOverlayFrm</Form>
116+
</DCCReference>
117+
<BuildConfiguration Include="Debug">
118+
<Key>Cfg_2</Key>
119+
<CfgParent>Base</CfgParent>
120+
</BuildConfiguration>
121+
<BuildConfiguration Include="Base">
122+
<Key>Base</Key>
123+
</BuildConfiguration>
124+
<BuildConfiguration Include="Release">
125+
<Key>Cfg_1</Key>
126+
<CfgParent>Base</CfgParent>
127+
</BuildConfiguration>
128+
</ItemGroup>
129+
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
130+
<ProjectExtensions>
131+
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
132+
<Borland.ProjectType/>
133+
<BorlandProject>
134+
<Delphi.Personality>
135+
<Source>
136+
<Source Name="MainSource">MegaDemo.dpr</Source>
137+
</Source>
138+
<VersionInfo>
139+
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
140+
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
141+
<VersionInfo Name="MajorVer">1</VersionInfo>
142+
<VersionInfo Name="MinorVer">0</VersionInfo>
143+
<VersionInfo Name="Release">0</VersionInfo>
144+
<VersionInfo Name="Build">0</VersionInfo>
145+
<VersionInfo Name="Debug">False</VersionInfo>
146+
<VersionInfo Name="PreRelease">False</VersionInfo>
147+
<VersionInfo Name="Special">False</VersionInfo>
148+
<VersionInfo Name="Private">False</VersionInfo>
149+
<VersionInfo Name="DLL">False</VersionInfo>
150+
<VersionInfo Name="Locale">1033</VersionInfo>
151+
<VersionInfo Name="CodePage">1252</VersionInfo>
152+
</VersionInfo>
153+
<VersionInfoKeys>
154+
<VersionInfoKeys Name="CompanyName"/>
155+
<VersionInfoKeys Name="FileDescription"/>
156+
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
157+
<VersionInfoKeys Name="InternalName"/>
158+
<VersionInfoKeys Name="LegalCopyright"/>
159+
<VersionInfoKeys Name="LegalTrademarks"/>
160+
<VersionInfoKeys Name="OriginalFilename"/>
161+
<VersionInfoKeys Name="ProductName"/>
162+
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
163+
<VersionInfoKeys Name="Comments"/>
164+
<VersionInfoKeys Name="CFBundleName"/>
165+
<VersionInfoKeys Name="CFBundleDisplayName"/>
166+
<VersionInfoKeys Name="CFBundleIdentifier"/>
167+
<VersionInfoKeys Name="CFBundleVersion"/>
168+
<VersionInfoKeys Name="CFBundlePackageType"/>
169+
<VersionInfoKeys Name="CFBundleSignature"/>
170+
<VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
171+
<VersionInfoKeys Name="CFBundleExecutable"/>
172+
</VersionInfoKeys>
173+
<Excluded_Packages/>
174+
<Parameters>
175+
<Parameters Name="UseLauncher">False</Parameters>
176+
<Parameters Name="LoadAllSymbols">True</Parameters>
177+
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
178+
</Parameters>
179+
</Delphi.Personality>
180+
<Platforms>
181+
<Platform value="Win32">True</Platform>
182+
<Platform value="Win64">False</Platform>
183+
</Platforms>
184+
</BorlandProject>
185+
<ProjectFileVersion>12</ProjectFileVersion>
186+
</ProjectExtensions>
187+
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
188+
</Project>

Demos/MegaDemo/MegaDemo.dproj.local

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<BorlandProject/>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<BorlandProject>
3+
<ProjectSortOrder AutoSort="0" SortType="0">
4+
<File Path="UCirclesFrm.pas"/>
5+
<File Path="UCirclesFrm.dfm"/>
6+
<File Path="UDirectionsFrm.pas"/>
7+
<File Path="UDirectionsFrm.dfm"/>
8+
<File Path="UGeoCodeFrm.pas"/>
9+
<File Path="UGeoCodeFrm.dfm"/>
10+
<File Path="UGroundOverlayFrm.pas"/>
11+
<File Path="UGroundOverlayFrm.dfm"/>
12+
<File Path="UMainFrm.pas"/>
13+
<File Path="UMainFrm.dfm"/>
14+
<File Path="UMapFrm.pas"/>
15+
<File Path="UMapFrm.dfm"/>
16+
<File Path="UMarkersFrm.pas"/>
17+
<File Path="UMarkersFrm.dfm"/>
18+
<File Path="UPolygonFrm.pas"/>
19+
<File Path="UPolygonFrm.dfm"/>
20+
<File Path="UPolylinesFrm.pas"/>
21+
<File Path="UPolylinesFrm.dfm"/>
22+
<File Path="URectanglesFrm.pas"/>
23+
<File Path="URectanglesFrm.dfm"/>
24+
<File Path="UWaypointFrm.pas"/>
25+
<File Path="UWaypointFrm.dfm"/>
26+
</ProjectSortOrder>
27+
</BorlandProject>

Demos/MegaDemo/MegaDemo.identcache

0 Bytes
Binary file not shown.

Demos/MegaDemo/MegaDemo.stat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Stats]
2+
EditorSecs=1458
3+
DesignerSecs=55
4+
InspectorSecs=104
5+
CompileSecs=202518
6+
OtherSecs=1389
7+
StartTime=26/05/2016 9:40:47
8+
RealKeys=0
9+
EffectiveKeys=0
10+
DebugSecs=5692

0 commit comments

Comments
 (0)