Skip to content

Commit 9153215

Browse files
Version 1.6.1
- Added support for Delphi 12 64bit IDE - Added easy DelphiGoogleMaps_Setup.exe
1 parent c9ca1e5 commit 9153215

38 files changed

+1466
-606
lines changed

Demo/GoogleMaps/GoogleMapsTest.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
77
<DCC_DependencyCheckOutputName>GoogleMapsTest.exe</DCC_DependencyCheckOutputName>
8-
<ProjectVersion>20.1</ProjectVersion>
8+
<ProjectVersion>20.3</ProjectVersion>
99
<Config Condition="'$(Config)'==''">Debug</Config>
1010
<Base>True</Base>
1111
<TargetedPlatforms>3</TargetedPlatforms>
1212
<AppType>Application</AppType>
1313
<FrameworkType>VCL</FrameworkType>
14-
<Platform Condition="'$(Platform)'==''">Win32</Platform>
14+
<Platform Condition="'$(Platform)'==''">Win64</Platform>
1515
<ProjectName Condition="'$(ProjectName)'==''">GoogleMapsTest</ProjectName>
1616
</PropertyGroup>
1717
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">

Demo/GoogleMaps/GoogleMapsTest.res

297 KB
Binary file not shown.
297 KB
Binary file not shown.

Demo/GoogleMaps/MainForm.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{ }
33
{ Delphi Google Map Viewer Demo }
44
{ }
5-
{ Copyright (c) 2021-2024 (Ethea S.r.l.) }
5+
{ Copyright (c) 2021-2025 (Ethea S.r.l.) }
66
{ Author: Carlo Barazzetta }
77
{ Contributors: }
88
{ littleearth (https://github.com/littleearth) }
@@ -670,7 +670,7 @@ procedure TformMain.EdgeGoogleMapViewerContainsFullScreenElementChanged(
670670
initialization
671671
//Setup UserDataFolder for Temp files
672672
TEdgeGoogleMapViewer.RegisterUserDataFolder(System.IOUtils.TPath.GetTempPath+ExtractFileName(ParamStr(0)));
673-
//If you have a Google API Key it's time to setup
673+
//Use your Google API Key to setup the viewer
674674
//TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey('xyz');
675675

676676
{$WARN SYMBOL_PLATFORM OFF}

Images/GETIT_LOGO.png

6.31 KB
Loading

Images/Setup.png

50.4 KB
Loading

Images/SupportingDelphi.jpg

9.56 KB
Loading

Images/google-maps-128.png

3.6 KB
Loading

Images/google-maps-16.png

528 Bytes
Loading

Images/google-maps-24.png

699 Bytes
Loading

0 commit comments

Comments
 (0)