Skip to content

Commit 2944a7f

Browse files
Fix
1 parent 2411b77 commit 2944a7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Demo/GoogleMaps/MainForm.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ procedure TformMain.EdgeGoogleMapViewerBeforeShowMap(Sender: TObject);
257257
initialization
258258
//Setup UserDataFolder for Temp files
259259
TEdgeGoogleMapViewer.RegisterUserDataFolder(ExtractFilePath(ParamStr(0))+'..\..\CacheTempFolder\');
260+
//If you have a Google API Key it's time to setup
261+
//TEdgeGoogleMapViewer.RegisterGoogleMapsApiKey('xyz');
260262

261263
ReportMemoryLeaksOnShutdown := DebugHook <> 0;
262264

0 commit comments

Comments
 (0)