Skip to content

Commit 37523d3

Browse files
Fix
1 parent 5580f60 commit 37523d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/GoogleMaps/MainForm.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ initialization
428428
//Setup UserDataFolder for Temp files
429429
TEdgeGoogleMapViewer.RegisterUserDataFolder(ExtractFilePath(ParamStr(0))+'..\..\CacheTempFolder\');
430430
//If you have a Google API Key it's time to setup
431-
TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey('AIzaSyBNY0ARa4GdRU4LrOKfk9hpNp96yM3dgHg');
431+
//TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey('xyz');
432432

433433
{$WARN SYMBOL_PLATFORM OFF}
434434
ReportMemoryLeaksOnShutdown := DebugHook <> 0;

0 commit comments

Comments
 (0)