Skip to content

Commit 2411b77

Browse files
Fix...
1 parent 52ca0cc commit 2411b77

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Demo/GoogleMaps/MainForm.pas

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,6 @@ procedure TformMain.EdgeGoogleMapViewerBeforeShowMap(Sender: TObject);
246246
var
247247
LApiKey: string;
248248
begin
249-
//If you have a Google API Key it's time to setup
250-
TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey('AIzaSyBNY0ARa4GdRU4LrOKfk9hpNp96yM3dgHg');
251-
252249
//The demo requires to input the API Key: it's only for testing!
253250
if TEdgeGoogleMapViewer.ApiKey = '' then
254251
begin

Demo/GoogleMaps/SecondaryForm.pas

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ procedure TFormSecondary.EdgeGoogleMapViewerBeforeShowMap(Sender: TObject);
175175
var
176176
LApiKey: string;
177177
begin
178-
//If you have a Google API Key it's time to setup
179-
//TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey('AIzaSyBNY0ARa4GdRU4LrOKfk9hpNp96yM3dgHg');
180-
181178
//The demo requires to input the API Key: it's only for testing!
182179
if TEdgeGoogleMapViewer.ApiKey = '' then
183180
begin

0 commit comments

Comments
 (0)