Skip to content

Commit 0807a47

Browse files
Version 1.6.4
- Fixed Setup
1 parent bae178b commit 0807a47

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

Packages/D12/DelphiGoogleMap.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ProjectGuid>{9C4225F1-765F-43B6-A40F-64C405F91FB5}</ProjectGuid>
44
<MainSource>DelphiGoogleMap.dpk</MainSource>
5-
<ProjectVersion>20.3</ProjectVersion>
5+
<ProjectVersion>20.2</ProjectVersion>
66
<FrameworkType>VCL</FrameworkType>
77
<Base>True</Base>
88
<Config Condition="'$(Config)'==''">Release</Config>

Packages/D12/dclDelphiGoogleMap.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ProjectGuid>{30641010-7F19-4BC6-A345-5657EDB9F0B3}</ProjectGuid>
44
<MainSource>dclDelphiGoogleMap.dpk</MainSource>
5-
<ProjectVersion>20.3</ProjectVersion>
5+
<ProjectVersion>20.2</ProjectVersion>
66
<FrameworkType>VCL</FrameworkType>
77
<Base>True</Base>
88
<Config Condition="'$(Config)'==''">Release</Config>

README.htm

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</style>
3232
<h1>DelphiGoogleMap <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg" alt="License"/></a></h1>
3333
<p><strong>TEdgeGoogleMapViewer</strong>: a Delphi &ldquo;WebView2&rdquo; Component to View Google Map with integrated Routing and Markers Support</p>
34-
<h3>Actual official version 1.6.3 (VCL)</h3>
34+
<h3>Actual official version 1.6.4 (VCL)</h3>
3535
<table>
3636
<tr>
3737
<th>Component</th>
@@ -142,7 +142,11 @@ <h3>Markers from Customer Table (customers.xml)</h3>
142142
<h3>DOCUMENTATION</h3>
143143
<p>No documentation available, but the Demo explain very well the use of the component.</p>
144144
<h3>RELEASE NOTES</h3>
145-
<p>05 Nov 2025 - Version 1.6.3</p>
145+
<p>05 Nov 2025 - Version 1.6.4</p>
146+
<ul>
147+
<li>Fixed Setup</li>
148+
</ul>
149+
<p>05 Nov 2025 - Version 1.6.3 (deprecated)</p>
146150
<ul>
147151
<li>Added new properties inherited from TEdgeBrowser</li>
148152
<li>Added new published property MapAPIKey</li>

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**TEdgeGoogleMapViewer**: a Delphi "WebView2" Component to View Google Map with integrated Routing and Markers Support
44

5-
### Actual official version 1.6.3 (VCL)
5+
### Actual official version 1.6.4 (VCL)
66

77
| Component | Description |
88
| - | - |
@@ -157,7 +157,10 @@ Load Customer Table, scroll down the table: for every record a Marker is added t
157157
No documentation available, but the Demo explain very well the use of the component.
158158

159159
### RELEASE NOTES
160-
05 Nov 2025 - Version 1.6.3
160+
05 Nov 2025 - Version 1.6.4
161+
- Fixed Setup
162+
163+
05 Nov 2025 - Version 1.6.3 (deprecated)
161164
- Added new properties inherited from TEdgeBrowser
162165
- Added new published property MapAPIKey
163166

Source/Vcl.GoogleMap.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface
5252

5353
const
5454
DEFAULT_ZOOM_FACTOR = 15;
55-
DelphiGoogleMapViewerVersion = '1.6.3';
55+
DelphiGoogleMapViewerVersion = '1.6.4';
5656

5757
Type
5858
EGoogleMapError = Exception;

0 commit comments

Comments
 (0)